mirror of
https://github.com/KevinMidboe/planetposen.git
synced 2025-12-08 20:38:56 +00:00
206 lines
3.6 KiB
SCSS
206 lines
3.6 KiB
SCSS
@import "variables";
|
|
|
|
@font-face {
|
|
font-family: '#{$icomoon-font-family}';
|
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?x3hpe6');
|
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?x3hpe6#iefix') format('embedded-opentype'),
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?x3hpe6') format('truetype'),
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?x3hpe6') format('woff'),
|
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?x3hpe6##{$icomoon-font-family}') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-display: block;
|
|
}
|
|
|
|
.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--add-circle-outline {
|
|
&:before {
|
|
content: $icon--add-circle-outline;
|
|
}
|
|
}
|
|
.icon--add-circle {
|
|
&:before {
|
|
content: $icon--add-circle;
|
|
}
|
|
}
|
|
.icon--add {
|
|
&:before {
|
|
content: $icon--add;
|
|
}
|
|
}
|
|
.icon--analytics-outline {
|
|
&:before {
|
|
content: $icon--analytics-outline;
|
|
}
|
|
}
|
|
.icon--analytics {
|
|
&:before {
|
|
content: $icon--analytics;
|
|
}
|
|
}
|
|
.icon--arrow-back {
|
|
&:before {
|
|
content: $icon--arrow-back;
|
|
}
|
|
}
|
|
.icon--arrow-down {
|
|
&:before {
|
|
content: $icon--arrow-down;
|
|
}
|
|
}
|
|
.icon--arrow-dropdown-circle {
|
|
&:before {
|
|
content: $icon--arrow-dropdown-circle;
|
|
}
|
|
}
|
|
.icon--arrow-dropdown {
|
|
&:before {
|
|
content: $icon--arrow-dropdown;
|
|
}
|
|
}
|
|
.icon--arrow-dropleft-circle {
|
|
&:before {
|
|
content: $icon--arrow-dropleft-circle;
|
|
}
|
|
}
|
|
.icon--arrow-dropleft {
|
|
&:before {
|
|
content: $icon--arrow-dropleft;
|
|
}
|
|
}
|
|
.icon--arrow-dropright-circle {
|
|
&:before {
|
|
content: $icon--arrow-dropright-circle;
|
|
}
|
|
}
|
|
.icon--arrow-dropright {
|
|
&:before {
|
|
content: $icon--arrow-dropright;
|
|
}
|
|
}
|
|
.icon--arrow-dropup-circle {
|
|
&:before {
|
|
content: $icon--arrow-dropup-circle;
|
|
}
|
|
}
|
|
.icon--arrow-dropup {
|
|
&:before {
|
|
content: $icon--arrow-dropup;
|
|
}
|
|
}
|
|
.icon--arrow-forward {
|
|
&:before {
|
|
content: $icon--arrow-forward;
|
|
}
|
|
}
|
|
.icon--arrow-up {
|
|
&:before {
|
|
content: $icon--arrow-up;
|
|
}
|
|
}
|
|
.icon--at-outline {
|
|
&:before {
|
|
content: $icon--at-outline;
|
|
}
|
|
}
|
|
.icon--at {
|
|
&:before {
|
|
content: $icon--at;
|
|
}
|
|
}
|
|
.icon--basket-outline {
|
|
&:before {
|
|
content: $icon--basket-outline;
|
|
}
|
|
}
|
|
.icon--basket {
|
|
&:before {
|
|
content: $icon--basket;
|
|
}
|
|
}
|
|
.icon--card-outline {
|
|
&:before {
|
|
content: $icon--card-outline;
|
|
}
|
|
}
|
|
.icon--card {
|
|
&:before {
|
|
content: $icon--card;
|
|
}
|
|
}
|
|
.icon--cart-outline {
|
|
&:before {
|
|
content: $icon--cart-outline;
|
|
}
|
|
}
|
|
.icon--cart {
|
|
&:before {
|
|
content: $icon--cart;
|
|
}
|
|
}
|
|
.icon--cash-outline {
|
|
&:before {
|
|
content: $icon--cash-outline;
|
|
}
|
|
}
|
|
.icon--cash {
|
|
&:before {
|
|
content: $icon--cash;
|
|
}
|
|
}
|
|
.icon--checkmark-circle-outline {
|
|
&:before {
|
|
content: $icon--checkmark-circle-outline;
|
|
}
|
|
}
|
|
.icon--checkmark-circle {
|
|
&:before {
|
|
content: $icon--checkmark-circle;
|
|
}
|
|
}
|
|
.icon--close-circle-outline {
|
|
&:before {
|
|
content: $icon--close-circle-outline;
|
|
}
|
|
}
|
|
.icon--close-circle {
|
|
&:before {
|
|
content: $icon--close-circle;
|
|
}
|
|
}
|
|
.icon--key-outline {
|
|
&:before {
|
|
content: $icon--key-outline;
|
|
}
|
|
}
|
|
.icon--key {
|
|
&:before {
|
|
content: $icon--key;
|
|
}
|
|
}
|
|
.icon--lock-outline {
|
|
&:before {
|
|
content: $icon--lock-outline;
|
|
}
|
|
}
|
|
.icon--lock {
|
|
&:before {
|
|
content: $icon--lock;
|
|
}
|
|
}
|
|
|