ae271ce647
* Add support button to admin-nav * FIX: Security vulnerabilities with _blank anchor link * Update pro support url * UX: Create pro button custom styling * UX: Merge support button focus styling with hover * DEV: Move pro support url to setting * UX: Change support button name to Pro Support * DEV: Format stylesheet code * DEV: Use variables and change selector specificity for pro button * DEV: Hardcode pro-support url in button * DEV: Remove support url localization * DEV: Undo formatting fixes and add pro support button strings * DEV: Undo formatting fixes auto applied * DEV: Add space between selectors * DEV: Convert scss variables to CSS Custom properties * DEV: Fix linting * FIX: Use SCSS variables for color manipulation functions * DEV: Fix space before i18n * DEV: Add new line at end of file * DEV: Add new line at end of file * DEV: Remove name attribute in localizations * DEV: Remove padding from new line
7 Zeilen
131 B
SCSS
7 Zeilen
131 B
SCSS
$pavilionPrimary: #3c1c8c;
|
|
$pavilionSecondary: #ffffff;
|
|
|
|
:root {
|
|
--pavilion-primary: #3c1c8c;
|
|
--pavilion-secondary: #ffffff;
|
|
}
|