Commit 604e8202 by Brian Talbot

studio - revises styling of in-context notices UI

parent 419c5e7a
...@@ -10,22 +10,24 @@ ...@@ -10,22 +10,24 @@
@extend .t-title7; @extend .t-title7;
margin-bottom: ($baseline/4); margin-bottom: ($baseline/4);
font-weight: 600; font-weight: 600;
[class^="icon-"] {
@extend .t-icon5;
display: inline-block;
vertical-align: middle;
margin-right: ($baseline/4);
}
} }
.copy { .copy {
@extend .t-copy-sub2; @extend .t-copy-sub1;
@include transition(opacity 0.25s ease-in-out 0);
opacity: 0.75;
} }
strong { strong {
font-weight: 600; font-weight: 600;
} }
&:hover {
.copy {
opacity: 1.0;
}
}
} }
// particular warnings around a workflow for something // particular warnings around a workflow for something
...@@ -35,8 +37,4 @@ ...@@ -35,8 +37,4 @@
.copy { .copy {
color: $gray-d1; color: $gray-d1;
} }
.icon-warning-sign {
color: $yellow-s3;
}
} }
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