add helper and disabled icon
This commit is contained in:
parent
d7a7028fe1
commit
0c6b43fffe
@ -23,6 +23,10 @@
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
line-height: 1;
|
||||
}
|
||||
.CDB-IconFont.is-disabled {
|
||||
cursor: normal;
|
||||
opacity: 0.24;
|
||||
}
|
||||
|
||||
.CDB-IconFont--center {
|
||||
vertical-align: middle;
|
||||
|
@ -70,6 +70,9 @@
|
||||
.u-alertTextColor {
|
||||
color: $cAlert;
|
||||
}
|
||||
.u-whiteTextColor {
|
||||
color: $cWhite;
|
||||
}
|
||||
|
||||
/* Displays */
|
||||
.u-iBlock {
|
||||
|
Loading…
Reference in New Issue
Block a user