2017-08-17 22:00:37 +05:30
|
|
|
.admonitionblock td.icon {
|
|
|
|
width: 1%;
|
|
|
|
|
2019-07-07 11:18:12 +05:30
|
|
|
[class^='fa icon-'] {
|
2017-08-17 22:00:37 +05:30
|
|
|
@extend .fa-2x;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-note {
|
|
|
|
@extend .fa-thumb-tack;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-tip {
|
|
|
|
@extend .fa-lightbulb-o;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-warning {
|
|
|
|
@extend .fa-exclamation-triangle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-caution {
|
|
|
|
@extend .fa-fire;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-important {
|
|
|
|
@extend .fa-exclamation-circle;
|
|
|
|
}
|
|
|
|
}
|