mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 13:44:12 +00:00
refactor(css): migrate use of deprecated import in cuesheet
This commit is contained in:
committed by
Carlos Valente
parent
ac40292813
commit
b0f02e726d
+2
-1
@@ -1,4 +1,5 @@
|
||||
@import '../CuesheetTable.module.scss';
|
||||
@use '../cuesheetRows' as rows;
|
||||
@include rows.cuesheet-row-columns;
|
||||
|
||||
.delayRow {
|
||||
color: $ontime-delay-text;
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
@import "../CuesheetTable.module.scss";
|
||||
@use '../cuesheetRows' as rows;
|
||||
@include rows.cuesheet-row-columns;
|
||||
|
||||
.eventRow {
|
||||
background: color-mix(in srgb, transparent 92%, var(--user-bg, $gray-500) 8%);
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
@import '../CuesheetTable.module.scss';
|
||||
@use '../cuesheetRows' as rows;
|
||||
@include rows.cuesheet-row-columns;
|
||||
|
||||
.groupRow {
|
||||
margin-top: 2em;
|
||||
|
||||
+2
-1
@@ -1,4 +1,5 @@
|
||||
@import "../CuesheetTable.module.scss";
|
||||
@use '../cuesheetRows' as rows;
|
||||
@include rows.cuesheet-row-columns;
|
||||
|
||||
.milestoneRow {
|
||||
background: color-mix(in srgb, transparent 98%, var(--user-bg, $gray-500) 2%);
|
||||
|
||||
Reference in New Issue
Block a user