diff options
author | luxagraf <sng@luxagraf.net> | 2014-06-24 12:05:46 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-06-24 12:05:46 -0400 |
commit | cc70aa809252899dfd062feb241aaecede66bd02 (patch) | |
tree | ed0468f58a240d1c46d7532eddb3c40e455ee4ff /design/sass/_mailing-list.scss | |
parent | 78d265997ac26aecfb350ccf497ec2de3f3fad4b (diff) |
Rewrote all sass and reconfigured HTML to use more microformats and
clearer class names
Diffstat (limited to 'design/sass/_mailing-list.scss')
-rw-r--r-- | design/sass/_mailing-list.scss | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/design/sass/_mailing-list.scss b/design/sass/_mailing-list.scss new file mode 100644 index 0000000..71df3e4 --- /dev/null +++ b/design/sass/_mailing-list.scss @@ -0,0 +1,11 @@ +//Flexbox mixins rely on https://github.com/timhettler/compass-flexbox + +.b-form {} +.b-form__object--flex { @include display-flex; } +.b-form__object--fillspace { + /* This element will receive priority of size. + /* All other elements will be sized at the size dictated by their display type */ + @include flex-grow(1); + & + .b-form__object--fillspace-gap { margin-left: .5em; } +} +.b-form__label { display: block;} |