mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-29 12:03:11 -05:00
* fix: token rework functional fix: clean up fix: more clean up fix: more clean up fix: add widget back to settings fix: fix: fix: cypress Apply suggestions from code review Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> fix: use flash enum * chore: rename webhookToken -> userToken fix: add translations I forgot to save * fix: add missing tones for flash messages * fix: node test
32 lines
644 B
CSS
32 lines
644 B
CSS
.user-panel {
|
|
border-color: var(--highlight-background);
|
|
}
|
|
|
|
.btn-info {
|
|
background-color: var(--highlight-color);
|
|
color: var(--highlight-background);
|
|
border-color: var(--highlight-background);
|
|
}
|
|
|
|
.btn-info:hover,
|
|
.btn-info:focus {
|
|
color: var(--highlight-color);
|
|
background-color: var(--highlight-background);
|
|
border-color: var(--highlight-background);
|
|
}
|
|
|
|
.user-token .panel-heading {
|
|
color: var(--highlight-color);
|
|
background-color: var(--highlight-background);
|
|
border-radius: 0;
|
|
border: none;
|
|
}
|
|
|
|
.user-token .panel-info {
|
|
border-color: var(--highlight-background);
|
|
}
|
|
|
|
.user-token p {
|
|
color: var(--highlight-color);
|
|
}
|