UNPKG

suomifi-ui-components

Version:
13 lines (9 loc) 1.32 kB
'use strict'; var tslib = require('tslib'); var styled = require('styled-components'); var baseStyles = function baseStyles(theme) { return styled.css(templateObject_1 || (templateObject_1 = tslib.__makeTemplateObject(["\n &.fi-action-menu-divider {\n height: 17px;\n min-height: 17px;\n padding-left: ", ";\n padding-right: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n\n .fi-action-menu-divider_line {\n height: 1px;\n width: 100%;\n background-color: ", ";\n\n /* Support for high contrast mode */\n @media (forced-colors: active) {\n background-color: Highlight;\n }\n }\n }\n"], ["\n &.fi-action-menu-divider {\n height: 17px;\n min-height: 17px;\n padding-left: ", ";\n padding-right: ", ";\n display: flex;\n align-items: center;\n justify-content: center;\n\n .fi-action-menu-divider_line {\n height: 1px;\n width: 100%;\n background-color: ", ";\n\n /* Support for high contrast mode */\n @media (forced-colors: active) {\n background-color: Highlight;\n }\n }\n }\n"])), theme.spacing.s, theme.spacing.s, theme.colors.depthLight1); }; var templateObject_1; exports.baseStyles = baseStyles; //# sourceMappingURL=ActionMenuDivider.baseStyles.js.map