Code moving and fix login component style.
This commit is contained in:
@@ -2,3 +2,25 @@
|
||||
|
||||
html, body { height: 100%; }
|
||||
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
|
||||
|
||||
.shadowed {
|
||||
box-shadow: 0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: #008cff;
|
||||
color: white;
|
||||
border: none;
|
||||
border-radius: .4em;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: .5em 1em;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.input {
|
||||
padding: .5em;
|
||||
border-radius: .4em;
|
||||
border: 1px solid #d2d2d2
|
||||
}
|
||||
Reference in New Issue
Block a user