mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 14:43:49 +00:00
Refactoring sass chill colors variables and badge mixins
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
// Access to Bootstrap variables and mixins
|
||||
@import '~ChillMainAssets/module/bootstrap/shared';
|
||||
|
||||
// Chill variables
|
||||
@import './scss/chill_variables';
|
||||
|
||||
// Chill mixins
|
||||
@import './scss/mixins';
|
||||
|
||||
|
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
* ADDITIONNAL COLORS VARIABLES
|
||||
*/
|
||||
|
||||
// Contexts banners
|
||||
$chill-person-context: $chill-green;
|
||||
$chill-accourse-context: #718596;
|
||||
$chill-household-context: #929d69;
|
||||
|
||||
// Badges colors
|
||||
$social-issue-color: #4bafe8;
|
||||
$social-action-color: $orange;
|
||||
$activity-color: yellowgreen;
|
@@ -1,4 +1,3 @@
|
||||
|
||||
//
|
||||
// Titles in forms
|
||||
//
|
||||
@@ -12,7 +11,6 @@
|
||||
display: block;
|
||||
}
|
||||
|
||||
|
||||
// We use box-shadow instead of border
|
||||
// to avoid to manage border double-width
|
||||
// Then we can simulate border-collapse: collapse (table)
|
||||
|
Reference in New Issue
Block a user