diff client/src/components/ui/UITableBody.vue @ 5627:7768f14f6535 729-node-js-newer-version

Transformed scss variables into css custom properties
author Luisa Beerboom <lbeerboom@intevation.de>
date Tue, 09 May 2023 13:17:58 +0200
parents d2dba0638ef1
children 84d01a536bec
line wrap: on
line diff
--- a/client/src/components/ui/UITableBody.vue	Thu Dec 22 18:43:46 2022 +0100
+++ b/client/src/components/ui/UITableBody.vue	Tue May 09 13:17:58 2023 +0200
@@ -38,14 +38,14 @@
         &.center
           justify-content: center
     .expand
-      border-bottom: solid 2px $color-info
+      border-bottom: solid 2px var(--color-info)
 
     &.active
       > .row
         color: #fff
         .table-cell
           border-right-color: rgba(255, 255, 255, 0.3)
-          background-color: $color-info
+          background-color: var(--color-info)
           color: #fff
           a
             color: #fff !important