File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11@import ' ~tc-ui/src/styles/tc-includes' ;
22
33:global {
4+ $reactselectheight : 40px ;
5+ $reactselectcontentheight : 20px ;
46 @mixin reactselectstyles {
57 & .react-select__control {
6- height : 40 px ;
8+ height : $reactselectheight ;
79 box-shadow : none !important ;
810 & > div {
9- height : 40 px ;
11+ height : $reactselectheight - 2 px ;
1012 }
1113
1214 & input {
13- height : 20 px ;
15+ height : $reactselectcontentheight - 3 px ;
1416 transition : none !important ;
1517 }
1618
1719 & input :focus {
1820 box-shadow : none !important ;
1921 -webkit-box-shadow : none !important ;
20- height : 20 px ;
22+ height : $reactselectcontentheight - 3 px ;
2123 }
2224 }
2325
2426 & .react-select__value-container {
2527 & > div :nth-last-child (1 ) {
26- height : 20 px ;
28+ height : $reactselectcontentheight - 2 px ;
2729 }
2830 }
2931
You can’t perform that action at this time.
0 commit comments