10 lines
180 B
SCSS
10 lines
180 B
SCSS
|
@import "inc/bootstrap";
|
||
|
|
||
|
.icon-view:before {
|
||
|
@include tao-icon-setup;
|
||
|
@include icon-external;
|
||
|
}
|
||
|
.icon-delete:before {
|
||
|
@include tao-icon-setup;
|
||
|
@include icon-bin;
|
||
|
}
|