1
0

Fully functionnal challenge

This commit is contained in:
2018-11-07 23:32:32 +01:00
parent ca5a20c18a
commit 3be83c31ca
18 changed files with 400 additions and 36 deletions

20
webroot/css/key.css Normal file
View File

@ -0,0 +1,20 @@
body,
html {
overflow: visible;
height: auto;
padding-bottom: 40px;
}
.box--inner {
display: block;
}
.content {
max-height: none;
}
.container {
position: inherit;
transform: none;
-webkit-transform: none;
}

View File

@ -189,7 +189,12 @@ body {
background: #000
}
#login {
#key {
display: inline-block;
}
#login,
#key {
border: none;
margin: 20px;
padding: 10px 40px;
@ -207,10 +212,15 @@ body {
background: rgba(219, 14, 21, .2);
text-transform: uppercase;
transition: .1s;
text-decoration: none;
text-shadow: none;
}
#login:hover,
#login:active {
#login:active,
#key:hover,
#key:active,
#key:visited {
background: rgba(219, 14, 21, .25);
}