changeset 248:a841837afe78

css (bulma): use a variable for grey light
author Goffi <goffi@goffi.org>
date Thu, 16 Jul 2020 09:08:34 +0200
parents 40fccd3b7cf0
children 60bf3e45d7b2
files sat_templates/templates/bulma/static/styles.css
diffstat 1 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/sat_templates/templates/bulma/static/styles.css	Thu Jul 16 09:08:32 2020 +0200
+++ b/sat_templates/templates/bulma/static/styles.css	Thu Jul 16 09:08:34 2020 +0200
@@ -2,6 +2,7 @@
   --photo-height: 280px;
   --photo-height--poster: 500px;
   --col-primary: #82baff;
+  --grey-light: hsl(0, 0%, 71%);
 }
 
 .has-whitespace-pre-wrap {
@@ -92,7 +93,7 @@
 }
 
 .has-border-grey-light {
-    border-color: hsl(0, 0%, 71%);
+    border-color: var(--grey-light);
 }
 
 .has-justify-start {
@@ -109,7 +110,7 @@
 
 /***************
  * misc states *
- **************/
+ ***************/
 
 .state_deleted {
     opacity: 0;
@@ -120,7 +121,7 @@
 
 /***********
  * dialogs *
- **********/
+ ***********/
 
 .modal-content {
     transform: scaleY(0);