mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-14 11:05:47 +05:00
13 lines
340 B
SCSS
13 lines
340 B
SCSS
// -----------------------------------------------------------------------------
|
|
// This file contains all application-wide button styles.
|
|
// -----------------------------------------------------------------------------
|
|
@use "../abstracts" as *;
|
|
|
|
button {
|
|
@include button($primary-color);
|
|
}
|
|
button.red {
|
|
@include button($red-color);
|
|
}
|
|
|