Commit d066692b by Brian Talbot Committed by Diana Huang

Verification: revising textarea reset formatting and increasing close modal control size

parent 18b4b0b0
...@@ -218,10 +218,15 @@ ...@@ -218,10 +218,15 @@
// reset: forms // reset: forms
input { input,textarea {
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
margin-right: ($baseline/5); margin-right: ($baseline/5);
padding: ($baseline/4) ($baseline/2);
}
textarea {
padding: ($baseline/2);
} }
label { label {
...@@ -1629,6 +1634,7 @@ ...@@ -1629,6 +1634,7 @@
} }
.close-modal { .close-modal {
@include font-size(24);
color: $m-blue-d3; color: $m-blue-d3;
&:hover { &:hover {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment