File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed
Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 1414 background-color : # E6E6E6 ;
1515 text-decoration : none;
1616 border-radius : 2px ;
17- /* Transitions */
18- -webkit-transition : 0.1s linear -webkit-box-shadow;
19- -moz-transition : 0.1s linear -moz-box-shadow;
20- -ms-transition : 0.1s linear box-shadow;
21- -o-transition : 0.1s linear box-shadow;
22- transition : 0.1s linear box-shadow;
2317}
2418
2519.pure-button-hover ,
Original file line number Diff line number Diff line change 2121 font-size : 0.8em ;
2222 box-shadow : inset 0 1px 3px # ddd ;
2323 border-radius : 4px ;
24- -webkit-transition : 0.3s linear border;
25- -moz-transition : 0.3s linear border;
26- -ms-transition : 0.3s linear border;
27- -o-transition : 0.3s linear border;
28- transition : 0.3s linear border;
2924 -webkit-box-sizing : border-box;
3025 -moz-box-sizing : border-box;
3126 box-sizing : border-box;
You can’t perform that action at this time.
0 commit comments