Commit ebeb9a99 by Frances Botsford Committed by Andy Armstrong

added cohort group editing styles

parent fff84928
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
margin-bottom: ($baseline*1.5); margin-bottom: ($baseline*1.5);
.title { .title {
@extend %t-title5; @extend %t-title4;
@extend %t-strong; @extend %t-strong;
} }
...@@ -49,14 +49,16 @@ ...@@ -49,14 +49,16 @@
.group-configuration-header { .group-configuration-header {
margin-bottom: 0; margin-bottom: 0;
border-bottom: 0; border-bottom: 0;
padding-bottom: 0;
} }
.group-configuration-title { .group-configuration-title {
@extend %t-title4; @extend %t-title5;
@extend %t-strong; @extend %t-strong;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
margin-right: ($baseline*14); margin-right: ($baseline*14);
color: $black;
.group-toggle { .group-toggle {
display: inline-block; display: inline-block;
......
<div class="wrapper-group-configuration"> <div class="wrapper-group-configuration">
<header class="group-configuration-header"> <header class="group-configuration-header">
<h3 class="group-configuration-title"> <h3 class="group-configuration-title">
<%= name %> <%- name %>
</h3> </h3>
</header> </header>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment