From cc70aa809252899dfd062feb241aaecede66bd02 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Tue, 24 Jun 2014 12:05:46 -0400 Subject: Rewrote all sass and reconfigured HTML to use more microformats and clearer class names --- design/sass/_mailing-list.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 design/sass/_mailing-list.scss (limited to 'design/sass/_mailing-list.scss') 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;} -- cgit v1.2.3-70-g09d2