style for date box
This commit is contained in:
parent
c2fecb7b9a
commit
f0f46bcaae
@ -151,3 +151,9 @@ a.list-item {
|
||||
.router-link-active{
|
||||
background-color: $purple-1;
|
||||
}
|
||||
.date-component{
|
||||
background-color: $chapril_blue_light !important;
|
||||
}
|
||||
.time.datetime-container span.month{
|
||||
color : $primary-invert;
|
||||
}
|
||||
|
@ -8,7 +8,7 @@ $chapril_orange: #ff5e00;
|
||||
$chapril_grey: #5f5f5f;
|
||||
// other
|
||||
$bleuvert: #1e7d97;
|
||||
$jaune: #ffd599;
|
||||
$jaune: mix($chapril_blue,#ffd599);
|
||||
$violet: #424056;
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user