From cc368ac4b8b0ac851ecbb86b189de493fdf891d2 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 25 May 2021 14:07:02 +0200 Subject: [PATCH] update css --- assets/css/admin.scss | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/assets/css/admin.scss b/assets/css/admin.scss index eb91eb8..49c5041 100644 --- a/assets/css/admin.scss +++ b/assets/css/admin.scss @@ -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; }