update css

This commit is contained in:
Simon Vieille 2021-05-25 14:07:02 +02:00
parent db489332af
commit cc368ac4b8

View file

@ -23,6 +23,10 @@ $pagination-active-bg: #343a40 !default;
}
}
.flag-icon-en {
background-image: url(~flag-icon-css/flags/4x3/gb.svg);
}
body {
overflow-x: hidden;
}
@ -31,10 +35,6 @@ body {
width: 30px;
}
.flag-icon-en {
background-image: url(~flag-icon-css/flags/4x3/gb.svg);
}
.choices__list--dropdown {
display: none;
}
@ -95,9 +95,9 @@ body {
padding-right: 25px;
}
.thead-light {
.table .thead-light {
a, th {
color: #333333;
color: map-get($theme-colors, 'dark-blue');
}
}
@ -125,7 +125,7 @@ tr.table-primary-light {
}
.bg-dark-blue {
background: #242b3b;
background: map-get($theme-colors, 'dark-blue');
color: #fff;
.nav-item-label {
@ -273,6 +273,13 @@ th {
}
}
.bg-tiles {
background-color: #c1c1c1;
background-image: linear-gradient(45deg, #646464 25%, transparent 25%, transparent 75%, #646464 75%), linear-gradient(45deg, #646464 25%, transparent 25%, transparent 75%, #646464 75%);
background-size: 20px 20px;
background-position: 0 0, 10px 10px;
}
.tab-form {
padding: 15px;
}