mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
lighter list-group-item variants colors
This commit is contained in:
parent
20f1ae62f7
commit
94e5567f4b
1 changed files with 13 additions and 2 deletions
|
@ -18,12 +18,23 @@
|
||||||
|
|
||||||
$alert-padding-x: 1rem;
|
$alert-padding-x: 1rem;
|
||||||
|
|
||||||
$color-purple: #9932cc;
|
$blue: #2f7ed2;
|
||||||
|
$purple: #9932cc;
|
||||||
|
$yellow: #ffd452;
|
||||||
|
|
||||||
$theme-colors: (
|
$theme-colors: (
|
||||||
"best": $color-purple
|
"best": $purple
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@import '~bootstrap/scss/functions.scss';
|
||||||
|
@import '~bootstrap/scss/variables';
|
||||||
|
@import '~bootstrap/scss/mixins.scss';
|
||||||
|
|
||||||
|
// Overwrite list-group-item variants to lighter ones (used in diagnosis for example)
|
||||||
|
@each $color, $value in $theme-colors {
|
||||||
|
@include list-group-item-variant($color, theme-color-level($color, -11), theme-color-level($color, 6));
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
╭──────────────────────────────────────╮
|
╭──────────────────────────────────────╮
|
||||||
|
|
Loading…
Add table
Reference in a new issue