add helper and disabled icon

This commit is contained in:
piensaenpixel 2016-05-25 08:27:22 +02:00
parent d7a7028fe1
commit 0c6b43fffe
2 changed files with 7 additions and 0 deletions

View File

@ -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;

View File

@ -70,6 +70,9 @@
.u-alertTextColor {
color: $cAlert;
}
.u-whiteTextColor {
color: $cWhite;
}
/* Displays */
.u-iBlock {