studio - revises styling of in-context notices UI
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user