webcron/assets/scss/icons.scss

105 lines
1.8 KiB
SCSS

@import "/assets/scss/vars";
@font-face {
font-family: '#{$icomoon-font-family}';
src:
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?sh1tzq') format('truetype'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?sh1tzq') format('woff'),
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?sh1tzq##{$icomoon-font-family}') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: '#{$icomoon-font-family}' !important;
speak: never;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-close {
&:before {
content: $icon-close;
}
}
.icon-remove {
&:before {
content: $icon-remove;
}
}
.icon-times {
&:before {
content: $icon-times;
}
}
.icon-clock-o {
&:before {
content: $icon-clock-o;
}
}
.icon-chevron-left {
&:before {
content: $icon-chevron-left;
}
}
.icon-chevron-right {
&:before {
content: $icon-chevron-right;
}
}
.icon-arrow-up {
&:before {
content: $icon-arrow-up;
}
}
.icon-arrow-down {
&:before {
content: $icon-arrow-down;
}
}
.icon-calendar {
&:before {
content: $icon-calendar;
}
}
.icon-calendar-check-o {
&:before {
content: $icon-calendar-check-o;
}
}
.icon-view {
&:before {
content: $icon-view;
}
}
.icon-edit {
&:before {
content: $icon-edit;
}
}
.icon-run {
&:before {
content: $icon-run;
}
}
.icon-warning {
&:before {
content: $icon-warning;
}
}
.icon-delete {
&:before {
content: $icon-delete;
}
}