File tree 1 file changed +11
-2
lines changed
1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -99,23 +99,32 @@ h6:hover .anchor {
99
99
margin-bottom : 0 ;
100
100
}
101
101
102
+ input , button {
103
+ font-size : inherit ;
104
+ }
105
+
102
106
a .btn , // Trick to increase the specificity and win against rules such as a:visited
103
107
.btn {
104
108
text-decoration : none ;
105
109
border-radius : 3px ;
106
110
font-weight : 600 ;
107
- border : 1 px solid transparent ;
111
+ border : none ;
108
112
box-sizing : border-box ;
109
113
display : inline-block ;
110
114
padding : 0.4em 2em ;
115
+ transition : background-color 125ms ;
111
116
112
117
background-color : $brand-color ;
113
118
color : $background-color ;
114
119
border-color : $background-color ;
115
120
116
121
& :hover {
117
122
color : lighten ($background-color , 10 );
118
- border-color : $brand-color ;
123
+ background-color : lighten ($brand-color , 5 );
124
+ }
125
+
126
+ & :active {
127
+ background-color : darken ($brand-color , 5 );
119
128
}
120
129
}
121
130
You can’t perform that action at this time.
0 commit comments