Pronoun question and a few fixes

This commit is contained in:
Godwin
2017-06-12 21:27:13 -07:00
parent 6a6dfca503
commit 2ecda2bc74
15 changed files with 91 additions and 51 deletions
+18
View File
@@ -62,6 +62,10 @@ p {
&.center {
text-align: center;
}
&.small {
font-size: 3.5vw;
}
}
u {
@@ -101,6 +105,12 @@ a {
}
}
.target:target {
text-decoration: underline;
text-decoration-color: $yellow;
text-decoration-style: wavy;
}
.screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
@@ -1768,6 +1778,10 @@ ul.warnings {
&.make-room {
margin-bottom: 2em;
}
.text-field & {
margin: 0 0 1em 0;
}
}
.success-info {
@@ -3435,6 +3449,10 @@ body.policy .policy-agreement ul {
p {
font-size: 1.25em;
&.small {
font-size: 1.125em;
}
}
fieldset {