Initial commit
This commit is contained in:
3
cmd/server/public/css/common.css
Normal file
3
cmd/server/public/css/common.css
Normal file
@ -0,0 +1,3 @@
|
||||
.has-margin-top-small {
|
||||
margin-top: 1rem;
|
||||
}
|
17
cmd/server/public/css/login.css
Normal file
17
cmd/server/public/css/login.css
Normal file
@ -0,0 +1,17 @@
|
||||
body {
|
||||
background-color: #fafafa;
|
||||
}
|
||||
.login .box {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
.login .avatar {
|
||||
margin-top: -70px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
.login .avatar img {
|
||||
padding: 5px;
|
||||
background: #fff;
|
||||
border-radius: 50%;
|
||||
-webkit-box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
|
||||
box-shadow: 0 2px 3px rgba(10,10,10,.1), 0 0 0 1px rgba(10,10,10,.1);
|
||||
}
|
0
cmd/server/public/css/profile.css
Normal file
0
cmd/server/public/css/profile.css
Normal file
Reference in New Issue
Block a user