comparison 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
comparison
equal deleted inserted replaced
5625:39c1698fb0ff 5627:7768f14f6535
36 &:last-child 36 &:last-child
37 border-right: none 37 border-right: none
38 &.center 38 &.center
39 justify-content: center 39 justify-content: center
40 .expand 40 .expand
41 border-bottom: solid 2px $color-info 41 border-bottom: solid 2px var(--color-info)
42 42
43 &.active 43 &.active
44 > .row 44 > .row
45 color: #fff 45 color: #fff
46 .table-cell 46 .table-cell
47 border-right-color: rgba(255, 255, 255, 0.3) 47 border-right-color: rgba(255, 255, 255, 0.3)
48 background-color: $color-info 48 background-color: var(--color-info)
49 color: #fff 49 color: #fff
50 a 50 a
51 color: #fff !important 51 color: #fff !important
52 </style> 52 </style>
53 53