mirror of
https://github.com/exane/not-gwent-online
synced 2025-09-02 14:07:31 +00:00
implement login view
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
.wrap-modal {
|
||||
.wrap-modal-login {
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
}
|
||||
@@ -64,7 +64,7 @@
|
||||
margin: 20px 0 50px 0;
|
||||
}
|
||||
|
||||
.btn-cancel {
|
||||
.btn-sub {
|
||||
color: darken(#8798ac, 30%);
|
||||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
@@ -74,4 +74,9 @@
|
||||
&:hover {
|
||||
color: #8798ac;
|
||||
}
|
||||
|
||||
.wrap-modal-login & {
|
||||
margin: 30px 0 0 0;
|
||||
float: left;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user