Repository URL to install this package:
|
Version:
0.9.6 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const view_container_1 = require("view-container");
exports.StyledSelect = view_container_1.styled.div.attrs({
'className': 'dropdown-parent',
'data-qa': 'qa-dropdown',
}) `
height: rem(44);
display: flex;
align-items: center;
justify-content: space-between;
cursor: pointer;
user-select: none;
padding: 0 rem(16);
margin: 0;
width: 100%;
flex: 1;
flex-direction: row;
/*
* NOTE:
* we can pass the color code for fill by using props
* this is causing when we overwriting the css
*/
/* svg path {
fill: $colors-blackrabbit;
} */
`;
//# sourceMappingURL=_styled.js.map