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