mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-17 00:07:24 +00:00
- As this directive is now used by Darkswarm and admin, move files in shared/ folders - Needs some css variable in admin part : as question-mark-with-tooltip is used in admin part, it needs some css variable - Add own scss variables file with all needed variables for question-mark-icon. Some duplication, but now really independant and shared between both darkswarm and admin. - Remove strange border around the button, rendered by chrome when button is focused.
14 lines
319 B
SCSS
14 lines
319 B
SCSS
$padding-small: 0.5rem;
|
|
$radius-small: 0.25em;
|
|
$white: #fff;
|
|
$dynamic-blue: #3d8dd1;
|
|
$teal-500: #0096ad;
|
|
@import "../../darkswarm/style"; // Import "OFN" font
|
|
@mixin icon-font {
|
|
font-family: "OFN";
|
|
display: inline-block;
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
font-variant: normal;
|
|
text-transform: none;
|
|
} |