LMS: adding in supplemental 'volunteer to be a translator' action to language modal

This commit is contained in:
Brian Talbot
2014-02-13 15:45:03 -05:00
committed by Julia Hansbrough
parent a51ab4f1f4
commit d00a0f5b08
2 changed files with 21 additions and 0 deletions

View File

@@ -342,5 +342,20 @@
.list-input {
margin-bottom: $baseline;
}
.actions-supplemental {
padding: 0 ($baseline*2) $baseline ($baseline*2);
.list-actions-item {
@extend %t-copy-sub1;
color: $base-font-color;
text-align: center;
}
.action {
display: block;
margin-top: ($baseline/4);
}
}
}