refactor(client): migrate Bootstrap button in challenge templates (#52577)

This commit is contained in:
Huyen Nguyen
2024-01-05 19:07:37 +07:00
committed by GitHub
parent 829e195a0b
commit c93db9533e
29 changed files with 163 additions and 174 deletions

View File

@@ -1,6 +1,7 @@
import React from 'react';
const Padding = Object.freeze({
xxSmall: 2.5,
small: 5,
xSmall: 10,
medium: 15,

View File

@@ -9,10 +9,6 @@
white-space: pre-line;
}
.cert-btn {
margin-top: 40px;
}
.landing-page ul {
list-style: none;
padding-inline-start: 0;

View File

@@ -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,