mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-13 15:13:51 +02:00
feat:#47 updated primevue theme for sass
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
$primaryColor: #ffed00 !default;
|
||||
$primaryLightColor: rgba(255, 237, 0, 0.24) !default;
|
||||
$primaryLighterColor: rgba(255, 237, 0, 0.16) !default;
|
||||
$primaryLightestColor: rgba(255, 237, 0, 0.1) !default;
|
||||
$primaryTextColor: #030712 !default;
|
||||
|
||||
$highlightBg: rgba($primaryColor, 0.16) !default;
|
||||
$highlightTextColor: rgba(255,255,255,0.87) !default;
|
||||
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
||||
|
||||
@import '../_variables';
|
||||
@import './_fonts';
|
||||
@import '../../../../theme-base/_components';
|
||||
@import '../_extensions';
|
||||
|
||||
:root {
|
||||
|
||||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
font-weight: 100;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user