css: Move .light to components.css.

This commit is contained in:
Tim Abbott 2016-12-02 12:52:03 -08:00
parent b61d6bc251
commit a7681c3c2f
3 changed files with 4 additions and 8 deletions

View File

@ -12,6 +12,10 @@
display: none; display: none;
} }
.light {
font-weight: 300;
}
/* -- base button styling -- */ /* -- base button styling -- */
.new-style .button { .new-style .button {
padding: 8px 15px; padding: 8px 15px;

View File

@ -23,10 +23,6 @@ label {
width: 70%; width: 70%;
} }
.light {
font-weight: 300;
}
.padded-container { .padded-container {
padding: 20px; padding: 20px;
} }

View File

@ -61,10 +61,6 @@ p.n-margin {
clear: both; clear: both;
} }
.light {
font-weight: 300;
}
.no-margin { .no-margin {
margin: 0; margin: 0;
} }