Files
discourse_theme_ran/scss/buttons.scss
T
2025-02-25 15:03:16 -06:00

20 lines
318 B
SCSS

:root {
--d-button-border-radius: 6.25rem;
}
.btn {
padding: 0.5em 1rem;
}
.btn-default {
border: 1px solid var(--accent-color);
background: var(--secondary);
}
#create-topic.btn {
background-color: var(--accent-color);
color: var(--accent-text-color);
svg {
color: var(--accent-text-color);
}
}