You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
297 B
25 lines
297 B
cl-icon,
|
|
.cl-icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
|
|
&.is-primary {
|
|
color: $cl-color-primary;
|
|
}
|
|
|
|
&.is-success {
|
|
color: $cl-color-success;
|
|
}
|
|
|
|
&.is-warning {
|
|
color: $cl-color-warning;
|
|
}
|
|
|
|
&.is-error {
|
|
color: $cl-color-error;
|
|
}
|
|
|
|
&.is-info {
|
|
color: $cl-color-info;
|
|
}
|
|
}
|
|
|