From 466b42b8c156f0a3623e69f951cef8e55fdd397f Mon Sep 17 00:00:00 2001 From: Lisa Passing Date: Thu, 9 Apr 2015 13:20:43 +0200 Subject: [PATCH] style memberlist --- app/styles/app.scss | 1 + app/styles/app/modules/memberlist.sass | 26 +++++++ app/templates/ownerpage.hbs | 98 +++++++++++--------------- 3 files changed, 68 insertions(+), 57 deletions(-) create mode 100644 app/styles/app/modules/memberlist.sass diff --git a/app/styles/app.scss b/app/styles/app.scss index 2f850ae6..ac021975 100644 --- a/app/styles/app.scss +++ b/app/styles/app.scss @@ -53,6 +53,7 @@ @import "app/modules/flash"; @import "app/modules/media"; @import "app/modules/switch"; +@import "app/modules/memberlist"; @import "app/layout"; @import "app/layouts/dashboard"; diff --git a/app/styles/app/modules/memberlist.sass b/app/styles/app/modules/memberlist.sass new file mode 100644 index 00000000..24aa8e11 --- /dev/null +++ b/app/styles/app/modules/memberlist.sass @@ -0,0 +1,26 @@ +.memberlist + @include resetul + + img + margin-right: 1em + border-radius: 50% + + .memberlist-names + display: inline-block + vertical-align: middle + h2, p + margin: auto + font-weight: 400 + font-size: $font-size-m + line-height: $line-height-m + + h2 + color: #4f4f4f + p + color: #838384 + + li + margin-bottom: 3rem + + li[class*='column']:last-of-type + float: left diff --git a/app/templates/ownerpage.hbs b/app/templates/ownerpage.hbs index 2783d577..b077b380 100644 --- a/app/templates/ownerpage.hbs +++ b/app/templates/ownerpage.hbs @@ -182,77 +182,61 @@
-