mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Do not import darkswarm file into admin, but only needed selector
This commit is contained in:
@@ -3,7 +3,18 @@ $radius-small: 0.25em;
|
||||
$white: #fff;
|
||||
$dynamic-blue: #3d8dd1;
|
||||
$teal-500: #0096ad;
|
||||
@import "../../darkswarm/style"; // Import "OFN" font
|
||||
|
||||
@font-face {
|
||||
font-family: 'OFN';
|
||||
src: font-url('OFN-v2.eot');
|
||||
src: font-url('OFN-v2.eot') format('embedded-opentype'),
|
||||
font-url('OFN-v2.woff') format('woff'),
|
||||
font-url('OFN-v2.ttf') format('truetype'),
|
||||
font-url('OFN-v2.svg') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
@mixin icon-font {
|
||||
font-family: "OFN";
|
||||
display: inline-block;
|
||||
|
||||
Reference in New Issue
Block a user