File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed
Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 11@import ' ../../constants/styles' ;
22@import url (' https://fonts.googleapis.com/css?family=Roboto' );
33
4- .OverlayItem {
5- width : 146px ;
4+ .OverlayItem {
5+ min- width : 146px ;
66 min-height : 35px ;
77 background-color : #FFFFFF ;
88 background-color : var (--primary-color );
1313 font-family : ' Roboto' , sans-serif ;
1414 cursor : pointer ;
1515
16- & :hover {
16+ & :hover {
1717 background-color : #F6F6F6 ;
1818 background-color : var (--button-hover-color );
1919 }
2020
21- .ButtonText {
21+ .ButtonText {
2222 line-height : 2.4 ;
23- margin-left : 19px ;
23+ margin : 0 19px ;
2424 }
2525}
Original file line number Diff line number Diff line change 1515 }
1616
1717 .spacer {
18- width : 146px ;
1918 height : 1px ;
2019 background : #F0F0F0 ;
2120 background : var (--button-active-color );
You can’t perform that action at this time.
0 commit comments