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