|
196 | 196 | .btn-secondary-gray.btn-sm, |
197 | 197 | .btn-secondary-color.btn-sm, |
198 | 198 | .btn-tertiary-gray.btn-sm, |
199 | | -.btn-tertiary-color.btn-sm, |
200 | | -.btn-link-gray.btn-sm, |
201 | | -.btn-link-color.btn-sm { |
| 199 | +.btn-tertiary-color.btn-sm { |
202 | 200 | padding: 8px 12px; |
203 | 201 | font-size: 12px; |
204 | 202 | line-height: 18px; |
|
213 | 211 | justify-content: center; |
214 | 212 | } |
215 | 213 |
|
| 214 | +.btn-link-gray.btn-sm, |
| 215 | +.btn-link-color.btn-sm { |
| 216 | + padding: 0; |
| 217 | + font-size: 12px; |
| 218 | + line-height: 18px; |
| 219 | + font-weight: 400; |
| 220 | + transform: scale(1); |
| 221 | + -webkit-transform: scale(1); |
| 222 | + display: inline-flex; |
| 223 | + text-align: center; |
| 224 | + justify-content: center; |
| 225 | +} |
| 226 | + |
216 | 227 | /* md size button */ |
217 | 228 | .btn-primary.btn-md, |
218 | 229 | .btn-danger.btn-md, |
219 | 230 | .btn-secondary-gray.btn-md, |
220 | 231 | .btn-secondary-color.btn-md, |
221 | 232 | .btn-tertiary-gray.btn-md, |
222 | | -.btn-tertiary-color.btn-md, |
223 | | -.btn-link-gray.btn-md, |
224 | | -.btn-link-color.btn-md { |
| 233 | +.btn-tertiary-color.btn-md { |
225 | 234 | padding: 10px 14px; |
226 | 235 | font-size: 14px; |
227 | 236 | line-height: 22px; |
|
236 | 245 | justify-content: center; |
237 | 246 | } |
238 | 247 |
|
| 248 | +.btn-link-gray.btn-md, |
| 249 | +.btn-link-color.btn-md { |
| 250 | + padding: 0; |
| 251 | + font-size: 14px; |
| 252 | + line-height: 22px; |
| 253 | + font-weight: 400; |
| 254 | + transform: scale(1); |
| 255 | + -webkit-transform: scale(1); |
| 256 | + display: inline-flex; |
| 257 | + text-align: center; |
| 258 | + justify-content: center; |
| 259 | +} |
| 260 | + |
239 | 261 | /* lg size button */ |
240 | 262 | .btn-primary.btn-lg, |
241 | 263 | .btn-secondary-gray.btn-lg, |
242 | 264 | .btn-secondary-color.btn-lg, |
243 | 265 | .btn-tertiary-gray.btn-lg, |
244 | | -.btn-tertiary-color.btn-lg, |
245 | | -.btn-link-gray.btn-lg, |
246 | | -.btn-link-color.btn-lg { |
| 266 | +.btn-tertiary-color.btn-lg { |
247 | 267 | padding: 10px 16px; |
248 | 268 | font-size: 16px; |
249 | 269 | line-height: 24px; |
|
258 | 278 | justify-content: center; |
259 | 279 | } |
260 | 280 |
|
| 281 | +.btn-link-gray.btn-lg, |
| 282 | +.btn-link-color.btn-lg { |
| 283 | + padding: 0; |
| 284 | + font-size: 16px; |
| 285 | + line-height: 24px; |
| 286 | + font-weight: 400; |
| 287 | + transform: scale(1); |
| 288 | + -webkit-transform: scale(1); |
| 289 | + display: inline-flex; |
| 290 | + text-align: center; |
| 291 | + justify-content: center; |
| 292 | +} |
| 293 | + |
261 | 294 | /* xl size button */ |
262 | 295 | .btn-primary.btn-xl, |
263 | 296 | .btn-secondary-gray.btn-xl, |
264 | 297 | .btn-secondary-color.btn-xl, |
265 | 298 | .btn-tertiary-gray.btn-xl, |
266 | | -.btn-tertiary-color.btn-xl, |
267 | | -.btn-link-gray.btn-xl, |
268 | | -.btn-link-color.btn-xl { |
| 299 | +.btn-tertiary-color.btn-xl { |
269 | 300 | padding: 12px 18px; |
270 | 301 | font-size: 16px; |
271 | 302 | line-height: 24px; |
|
280 | 311 | justify-content: center; |
281 | 312 | } |
282 | 313 |
|
| 314 | +.btn-link-gray.btn-xl, |
| 315 | +.btn-link-color.btn-xl { |
| 316 | + padding: 0; |
| 317 | + font-size: 16px; |
| 318 | + line-height: 24px; |
| 319 | + font-weight: 400; |
| 320 | + transform: scale(1); |
| 321 | + -webkit-transform: scale(1); |
| 322 | + display: inline-flex; |
| 323 | + text-align: center; |
| 324 | + justify-content: center; |
| 325 | +} |
| 326 | + |
283 | 327 | /* 2xl size button */ |
284 | 328 | .btn-primary.btn-2xl, |
285 | 329 | .btn-secondary-gray.btn-2xl, |
286 | 330 | .btn-secondary-color.btn-2xl, |
287 | 331 | .btn-tertiary-gray.btn-2xl, |
288 | | -.btn-tertiary-color.btn-2xl, |
289 | | -.btn-link-gray.btn-2xl, |
290 | | -.btn-link-color.btn-2xl { |
| 332 | +.btn-tertiary-color.btn-2xl { |
291 | 333 | padding: 16px 22px; |
292 | 334 | font-size: 18px; |
293 | 335 | line-height: 28px; |
|
301 | 343 | text-align: center; |
302 | 344 | justify-content: center; |
303 | 345 | } |
| 346 | + |
| 347 | +.btn-link-gray.btn-2xl, |
| 348 | +.btn-link-color.btn-2xl { |
| 349 | + padding: 0; |
| 350 | + font-size: 18px; |
| 351 | + line-height: 28px; |
| 352 | + font-weight: 400; |
| 353 | + transform: scale(1); |
| 354 | + -webkit-transform: scale(1); |
| 355 | + display: inline-flex; |
| 356 | + text-align: center; |
| 357 | + justify-content: center; |
| 358 | +} |
| 359 | + |
0 commit comments