first pass at adding cohort groups to group configuration page

This commit is contained in:
Frances Botsford
2014-12-23 11:33:06 -05:00
committed by Andy Armstrong
parent 21a9873757
commit 4f99657b6d
4 changed files with 40 additions and 30 deletions

View File

@@ -20,20 +20,21 @@
}
.no-group-configurations-content {
@extend %ui-well;
padding: ($baseline*2);
background-color: $gray-l4;
text-align: center;
color: $gray;
@extend %no-content;
}
.new-button {
@extend %t-action3;
margin-left: $baseline;
.wrapper-groups {
margin-bottom: ($baseline*1.5);
.icon {
margin-right: ($baseline/2);
.title {
@extend %t-title5;
@extend %t-strong;
}
.copy {
@extend %t-copy-sub1;
}
}
.group-configuration {
@@ -172,8 +173,7 @@
margin-right: ($baseline/4);
.edit {
@include blue-button;
@extend %t-action4;
@extend %ui-btn-non-blue;
}
.delete {
@@ -273,23 +273,13 @@
// add a group is below with groups styling
.action-primary {
@include blue-button;
@include transition(all .15s);
@extend %t-action2;
@extend %t-strong;
display: inline-block;
padding: ($baseline/5) $baseline;
text-transform: uppercase;
@extend %btn-primary-blue;
padding: ($baseline*.3) $baseline;
}
.action-secondary {
@include grey-button;
@include transition(all .15s);
@extend %t-action2;
@extend %t-strong;
display: inline-block;
padding: ($baseline/5) $baseline;
text-transform: uppercase;
@extend %btn-secondary-gray;
padding: ($baseline*.3) $baseline;
}
.wrapper-delete-button {