1
0

Fixes and clean-up

This commit is contained in:
2018-11-03 01:37:37 +01:00
parent 2b76bd949e
commit 2740f6cdff
6 changed files with 14 additions and 28 deletions

View File

View File

@ -153,7 +153,6 @@ body {
display: inline-block
}
#email,
#username,
#password {
border: 2px solid #d7001e;
@ -169,13 +168,11 @@ body {
line-height: normal
}
#email::-moz-selection,
#username::-moz-selection,
#password::-moz-selection {
background: #000
}
#email::selection,
#username::selection,
#password::selection {
background: #000
@ -264,7 +261,6 @@ body {
.box--inner {
width: calc(100% - 44px)
}
#email,
#username,
#password {
max-width: 70%