Files
freeCodeCamp/client/src/components/settings/user-token.css
Tom 9e5f9b2a7c fix: webhook process (#45385)
* 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
2022-03-11 13:58:23 -08:00

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);
}