Commit 636fa190 by Frances Botsford Committed by Andy Armstrong

small ui fixes in Studio - textbooks upload and loading font-size

parent 2425aab9
...@@ -59,6 +59,10 @@ textarea.text { ...@@ -59,6 +59,10 @@ textarea.text {
// forms - additional UI // forms - additional UI
form { form {
input[type=file] {
line-height: 1;
}
.note { .note {
@include box-sizing(border-box); @include box-sizing(border-box);
......
...@@ -268,6 +268,7 @@ ...@@ -268,6 +268,7 @@
.ui-loading { .ui-loading {
@include animation(fadeIn $tmg-f2 linear 1); @include animation(fadeIn $tmg-f2 linear 1);
@extend %ui-well; @extend %ui-well;
@extend %t-base-copy;
opacity: .6; opacity: .6;
background-color: $white; background-color: $white;
padding: ($baseline*1.5) $baseline; padding: ($baseline*1.5) $baseline;
......
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