2018-07-25 14:59:21 -04:00
|
|
|
// Colors
|
|
|
|
.icon-accent {
|
2018-09-17 19:08:34 -04:00
|
|
|
color: @accent-color-secondary!important;
|
2018-07-25 14:59:21 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.icon-lg {
|
2024-06-17 11:51:01 -04:00
|
|
|
font-size: 32px !important;
|
|
|
|
width: 32px !important;
|
|
|
|
height: 32px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-md {
|
|
|
|
font-size: 24px !important;
|
|
|
|
width: 24px !important;
|
|
|
|
height: 24px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-sm {
|
|
|
|
font-size: 20px !important;
|
|
|
|
width: 20px !important;
|
|
|
|
height: 20px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-xs {
|
|
|
|
font-size: 16px !important;
|
|
|
|
width: 16px !important;
|
|
|
|
height: 16px !important;
|
2019-12-05 14:09:31 -05:00
|
|
|
}
|
2024-07-25 09:45:46 -04:00
|
|
|
|
|
|
|
.icon-round-background {
|
|
|
|
border-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-green-round-background {
|
|
|
|
.icon-round-background;
|
|
|
|
background: var(--green-30);
|
|
|
|
color: var(--dark-jungle-green);
|
|
|
|
}
|