Improves styles for account page, adds user image
This commit is contained in:
committed by
Juanjo Bazán
parent
94dc53e68c
commit
502920c7f2
@@ -370,12 +370,16 @@ form {
|
||||
line-height: $line-height;
|
||||
}
|
||||
|
||||
input[type]:not([type=submit]) {
|
||||
input[type]:not([type=submit]):not([type=file]) {
|
||||
background: $input-bg;
|
||||
height: $line-height*2;
|
||||
margin-bottom: rem-calc(16);
|
||||
}
|
||||
|
||||
input[type=file] {
|
||||
margin: rem-calc(12) 0;
|
||||
}
|
||||
|
||||
.note {
|
||||
display: block;
|
||||
font-size: rem-calc(13);
|
||||
@@ -390,6 +394,7 @@ form {
|
||||
.checkbox {
|
||||
display: inline-block;
|
||||
font-size: rem-calc(14);
|
||||
font-weight: normal;
|
||||
line-height: $line-height*2;
|
||||
margin: 0 0 0 rem-calc(6);
|
||||
vertical-align: top;
|
||||
|
||||
Reference in New Issue
Block a user