Skip to content
This repository was archived by the owner on Apr 22, 2018. It is now read-only.

Commit 6e0956c

Browse files
committed
Fixed login
1 parent dc34cdb commit 6e0956c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/scss/themes/_login.scss

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/* Login ------------------------------------------------*/
22
.basicModal.login {
3+
34
position: relative;
45
max-width: 340px;
56
text-align: center;
@@ -54,12 +55,12 @@
5455
}
5556
}
5657

57-
.button#action {
58+
.basicModal__button#basicModal__action {
5859
margin: 35px 5% 5% 5%;
5960
width: 90%;
6061
}
6162

62-
.button#cancel {
63+
.basicModal__button#basicModal__cancel {
6364
position: absolute;
6465
top: -8px;
6566
right: -8px;
@@ -97,4 +98,5 @@
9798
&:active a,
9899
&::after:active a { color: darken($basicModal__color, 6%); }
99100
}
101+
100102
}

0 commit comments

Comments
 (0)