style for date box

This commit is contained in:
tykayn 2020-12-01 11:13:14 +01:00 committed by Baptiste Lemoine
parent 7e97fda67f
commit c6d7db0079
2 changed files with 7 additions and 1 deletions

View File

@ -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;
}

View File

@ -8,7 +8,7 @@ $chapril_orange: #ff5e00;
$chapril_grey: #5f5f5f;
// other
$bleuvert: #1e7d97;
$jaune: #ffd599;
$jaune: mix($chapril_blue,#ffd599);
$violet: #424056;
/**