File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ button {
1414 display : inline-block ;
1515 font-weight : 400 ;
1616 outline : 0 ;
17- border-radius : 2 px ;
17+ border-radius : 4 px ;
1818 cursor : pointer ;
1919 transition : background-color ease-in-out 120ms ,
2020 filter ease-in-out 120ms ,
2121 box-shadow ease-in-out 120ms ;
2222 box-shadow : none ;
2323 background-color : var (--color-primary );
2424 color : #FFF ;
25- text-transform : uppercase ;
2625 border : 1px solid var (--color-primary );
2726 vertical-align : top ;
2827 & :hover , & :focus , & :active {
@@ -52,10 +51,11 @@ button {
5251 border : 1px solid ;
5352 @include lightDark (border-color , #CCC , #666 );
5453 & :hover , & :focus , & :active {
54+ @include lightDark (color , #444 , #BBB );
5555 border : 1px solid #CCC ;
56- box-shadow : none ;
56+ box-shadow : 0 1 px 4 px 0 rgba ( 0 , 0 , 0 , 0.1 ) ;
5757 background-color : #F2F2F2 ;
58- @include lightDark (background-color , #f2f2f2 , #555 );
58+ @include lightDark (background-color , #f8f8f8 , #444 );
5959 filter : none ;
6060 }
6161 & :active {
You can’t perform that action at this time.
0 commit comments