move .gap style to base

This commit is contained in:
Jeff Atwood
2015-06-29 00:47:07 -07:00
parent 92b2bf425d
commit 439927fa81
3 changed files with 38 additions and 42 deletions

View File

@@ -1,9 +1,5 @@
.gap {
background-color: dark-light-diff($primary, $secondary, 90%, -60%);
padding: 5px 15px;
color: $primary;
text-align: center;
margin: 10px 0;
/* may not need this */
}
.time-gap {