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