mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-17 16:00:50 -04:00
refactor(client): migrate Bootstrap button in challenge templates (#52577)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import React from 'react';
|
||||
|
||||
const Padding = Object.freeze({
|
||||
xxSmall: 2.5,
|
||||
small: 5,
|
||||
xSmall: 10,
|
||||
medium: 15,
|
||||
|
||||
@@ -9,10 +9,6 @@
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.cert-btn {
|
||||
margin-top: 40px;
|
||||
}
|
||||
|
||||
.landing-page ul {
|
||||
list-style: none;
|
||||
padding-inline-start: 0;
|
||||
|
||||
@@ -269,6 +269,8 @@ input[type='submit']:hover,
|
||||
color: var(--secondary-background);
|
||||
}
|
||||
|
||||
button[aria-disabled='true'],
|
||||
button[aria-disabled='true']:hover,
|
||||
.btn.disabled,
|
||||
.btn[disabled],
|
||||
fieldset[disabled] .btn,
|
||||
|
||||
Reference in New Issue
Block a user