Link Here
|
85 |
border: 0; |
85 |
border: 0; |
86 |
border-bottom-width: 0; |
86 |
border-bottom-width: 0; |
87 |
padding-bottom: 0; |
87 |
padding-bottom: 0; |
|
|
88 |
list-style-type: none; |
88 |
margin: 0; |
89 |
margin: 0; |
89 |
|
90 |
|
90 |
a { |
91 |
a { |
Link Here
|
191 |
} |
192 |
} |
192 |
} |
193 |
} |
193 |
|
194 |
|
194 |
input[type="submit"], button[type="submit"] { |
195 |
input[type="submit"], |
|
|
196 |
button[type="submit"] { |
195 |
height: 31px; |
197 |
height: 31px; |
196 |
background-color: $background-color-secondary; |
198 |
background-color: $background-color-secondary; |
197 |
color: white; |
199 |
color: white; |
Link Here
|
199 |
text-shadow: unset; |
201 |
text-shadow: unset; |
200 |
border-radius: 0 16px 16px 0; |
202 |
border-radius: 0 16px 16px 0; |
201 |
margin-left: -16px; |
203 |
margin-left: -16px; |
202 |
padding-left: calc(16px + .5em); |
204 |
margin-right: 1em; |
|
|
205 |
padding-left: calc( 16px + .7em ); |
206 |
padding-right: .9em; |
207 |
|
208 |
&:hover { |
209 |
background-color: lighten( $background-color-secondary, 5 ); |
210 |
} |
203 |
} |
211 |
} |
204 |
|
212 |
|
205 |
input[type="button"], button { |
213 |
input[type="button"], button { |
206 |
- |
|
|