studio - revises styling of in-context notices UI

This commit is contained in:
Brian Talbot
2013-06-20 09:23:56 -04:00
parent 419c5e7a5c
commit 604e820211

View File

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