Skip to content

Commit d7306aa

Browse files
committed
FE - scss main updated & variables removed
Signed-off-by: Sanjay Babu <sanjaytkbabu@gmail.com>
1 parent 2016678 commit d7306aa

File tree

2 files changed

+3
-54
lines changed

2 files changed

+3
-54
lines changed

frontend/src/assets/main.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,11 @@ label {
112112
}
113113

114114
.app-error-background {
115-
background-color: $app-error !important;
115+
background-color: var(--p-red-1000) !important;
116116
}
117117

118118
.app-error-border {
119-
border-color: $app-error !important;
119+
border-color: var(--p-red-1000)!important;
120120
}
121121

122122
.app-error-color {
@@ -265,6 +265,6 @@ label {
265265

266266
/* common */
267267
.disclaimer-block {
268-
outline: solid 0.063rem $app-grey;
268+
outline: solid 0.063rem var(--p-greyscale-200);
269269
border-radius: 0.5rem;
270270
}

frontend/src/assets/variables.scss

Lines changed: 0 additions & 51 deletions
This file was deleted.

0 commit comments

Comments
 (0)