Fixes and clean-up
This commit is contained in:
@ -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%
|
||||
|
Reference in New Issue
Block a user