Added styles for email opt in/out checkbox label

This commit is contained in:
AlasdairSwan
2014-12-02 10:06:43 -05:00
parent 46d5593201
commit 96afb82dbd
2 changed files with 14 additions and 1 deletions

View File

@@ -8,6 +8,19 @@ label {
margin-bottom: 5px;
text-shadow: 0 1px rgba(255,255,255, 0.4);
-webkit-font-smoothing: antialiased;
&.register-emails {
font-family: $sans-serif;
font-style: normal;
font-size: 12px;
line-height: 1.5em;
font-weight: normal;
width: calc( 100% - 25px );
padding-top: 2px;
position: relative;
float: right;
clear: both;
}
}
textarea,