Verification: revising textarea reset formatting and increasing close modal control size
This commit is contained in:
committed by
Diana Huang
parent
18b4b0b03f
commit
d066692bce
@@ -218,10 +218,15 @@
|
||||
|
||||
|
||||
// reset: forms
|
||||
input {
|
||||
input,textarea {
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
margin-right: ($baseline/5);
|
||||
padding: ($baseline/4) ($baseline/2);
|
||||
}
|
||||
|
||||
textarea {
|
||||
padding: ($baseline/2);
|
||||
}
|
||||
|
||||
label {
|
||||
@@ -1629,6 +1634,7 @@
|
||||
}
|
||||
|
||||
.close-modal {
|
||||
@include font-size(24);
|
||||
color: $m-blue-d3;
|
||||
|
||||
&:hover {
|
||||
|
||||
Reference in New Issue
Block a user