1
0
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:
devfake
2015-06-23 09:44:14 +02:00
parent f3759f78cb
commit ba0965c016
8 changed files with 61 additions and 11 deletions

View File

@@ -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;
}
}