Skip to content

Commit dfd5434

Browse files
committed
Fixing table design.
1 parent 143a84b commit dfd5434

File tree

1 file changed

+99
-20
lines changed

1 file changed

+99
-20
lines changed

eform-client/src/scss/styles.scss

Lines changed: 99 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -125,32 +125,98 @@ a {
125125
.priority-low span {
126126
color: #000 !important;
127127
}
128-
128+
//.background-yellow{background-color: var(--yellow) !important;}
129129
.grey-background {
130-
background-color: #f3f4f6 !important;
131-
border-right: 5px solid white !important;
132-
padding-right: 5px !important;
133-
border-bottom: 1px solid white !important;
130+
background-color: white !important;
131+
//background-color: #EBEFF2 !important;
132+
border-right: 1px solid #EBEFF2 !important;
133+
//padding-right: 5px !important;
134+
border-bottom: 1px solid #EBEFF2 !important;
135+
padding: 5px !important;
136+
}
137+
138+
.grey-background .plan-container {
139+
background-color: #EBEFF2 !important;
140+
width: 96% !important;
141+
height: 95% !important;
142+
display: flex;
143+
align-items: stretch;
144+
justify-content: stretch;
145+
//width: 100% !important;
146+
min-height: 100px;
147+
min-width: 250px !important;
148+
padding: 5px;
149+
//margin: 5px;
134150
}
135151

136152
.white-background {
137-
border-right: 5px solid white !important;
153+
background-color: white !important;
154+
border-right: 1px solid #EBEFF2 !important;
138155
margin-right: 5px !important;
139-
border-bottom: 1px solid white !important;
156+
border-bottom: 1px solid #EBEFF2 !important;
157+
}
158+
159+
.white-background .plan-container {
160+
width: 96% !important;
161+
height: 95% !important;
162+
display: flex;
163+
align-items: stretch;
164+
justify-content: stretch;
165+
//width: 100% !important;
166+
min-height: 100px;
167+
min-width: 250px !important;
168+
padding: 5px;
169+
//margin: 5px;
140170
}
141171

142172
.green-background {
143-
background-color: #0bbe60 !important;
144-
border-bottom: 1px solid white !important;
145-
border-right: 5px solid white !important;
146-
margin-right: 5px !important;
173+
background-color: white !important;
174+
//background-color: #EBEFF2 !important;
175+
border-right: 1px solid #EBEFF2 !important;
176+
//padding-right: 5px !important;
177+
border-bottom: 1px solid #EBEFF2 !important;
178+
padding: 5px !important;
179+
}
180+
181+
.green-background .plan-container {
182+
background-color: #E2F7E7 !important;
183+
width: 96% !important;
184+
height: 95% !important;
185+
display: flex;
186+
align-items: stretch;
187+
justify-content: stretch;
188+
//width: 100% !important;
189+
min-height: 100px;
190+
min-width: 250px !important;
191+
padding: 5px;
192+
//margin: 5px;
147193
}
148194

149195
.red-background {
150-
background-color: #da4259 !important;
151-
border-bottom: 1px solid white !important;
152-
border-right: 5px solid white !important;
153-
margin-right: 5px !important;
196+
background-color: white !important;
197+
border-bottom: 1px solid #EBEFF2 !important;
198+
border-right: 1px solid #EBEFF2 !important;
199+
//margin-right: 5px !important;
200+
}
201+
202+
.red-background .plan-container {
203+
background-color: #FFE1E1 !important;
204+
width: 96% !important;
205+
height: 95% !important;
206+
display: flex;
207+
align-items: stretch;
208+
justify-content: stretch;
209+
//width: 100% !important;
210+
min-height: 100px;
211+
min-width: 250px !important;
212+
padding: 5px;
213+
//margin: 5px;
214+
}
215+
216+
.device-icon {
217+
position: relative !important;
218+
top: 5px !important;
219+
color: #B3B9BF !important;
154220
}
155221

156222
.neutral-icon {
@@ -167,15 +233,19 @@ a {
167233
}
168234

169235
.white-text {
170-
color: white !important;
236+
color: black !important;
171237
}
172238

173239
.red-text {
174-
color: #da4259 !important;
240+
color: #DB0D0D !important;
175241
}
176242

177243
.blue-text {
178-
color: #007bff !important;
244+
color: #0D96DB !important;
245+
}
246+
247+
.grey-text {
248+
color: #B3B9BF !important;
179249
}
180250

181251
.progress-circle {
@@ -184,8 +254,8 @@ a {
184254
height: 50px;
185255
border-radius: 50%;
186256
background: conic-gradient(
187-
#0bbe60 0%,
188-
#0bbe60 calc(var(--percentage) * 1%),
257+
#319C4C 0%,
258+
#319C4C calc(var(--percentage) * 1%),
189259
lightgrey calc(var(--percentage) * 1%),
190260
lightgrey 100%
191261
);
@@ -220,6 +290,15 @@ a {
220290
padding-bottom: 4px;
221291
padding-top: 4px;
222292
}
293+
.plan-content {
294+
flex-grow: 1;
295+
}
296+
297+
.plan-icons {
298+
display: flex;
299+
gap: 8px;
300+
padding-right: 5px;
301+
}
223302

224303
.flex-column {
225304
display: flex;

0 commit comments

Comments
 (0)