Skip to content

Commit 598d39f

Browse files
committed
Further improved styling.
1 parent b6e3efb commit 598d39f

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

eform-client/src/scss/styles.scss

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,15 +138,15 @@ a {
138138

139139
.grey-background .plan-container {
140140
background-color: #EBEFF2 !important;
141-
width: 96% !important;
142-
height: 95% !important;
141+
width: 100% !important;
142+
height: 100% !important;
143143
display: flex;
144144
align-items: stretch;
145145
justify-content: stretch;
146146
//width: 100% !important;
147147
min-height: 100px;
148148
min-width: 250px !important;
149-
padding: 5px;
149+
//padding: 5px;
150150
//margin: 5px;
151151
}
152152

@@ -158,15 +158,15 @@ a {
158158
}
159159

160160
.white-background .plan-container {
161-
width: 96% !important;
162-
height: 95% !important;
161+
width: 100% !important;
162+
height: 100% !important;
163163
display: flex;
164164
align-items: stretch;
165165
justify-content: stretch;
166166
//width: 100% !important;
167167
min-height: 100px;
168168
min-width: 250px !important;
169-
padding: 5px;
169+
//padding: 5px;
170170
//margin: 5px;
171171
}
172172

@@ -181,15 +181,15 @@ a {
181181

182182
.green-background .plan-container {
183183
background-color: #E2F7E7 !important;
184-
width: 96% !important;
185-
height: 95% !important;
184+
width: 100% !important;
185+
height: 100% !important;
186186
display: flex;
187187
align-items: stretch;
188188
justify-content: stretch;
189189
//width: 100% !important;
190190
min-height: 100px;
191191
min-width: 250px !important;
192-
padding: 5px;
192+
//padding: 5px;
193193
//margin: 5px;
194194
}
195195

@@ -202,15 +202,15 @@ a {
202202

203203
.red-background .plan-container {
204204
background-color: #FFE1E1 !important;
205-
width: 96% !important;
206-
height: 95% !important;
205+
width: 100% !important;
206+
height: 100% !important;
207207
display: flex;
208208
align-items: stretch;
209209
justify-content: stretch;
210210
//width: 100% !important;
211211
min-height: 100px;
212212
min-width: 250px !important;
213-
padding: 5px;
213+
//padding: 5px;
214214
//margin: 5px;
215215
}
216216

@@ -223,6 +223,8 @@ a {
223223
.neutral-icon {
224224
position: relative !important;
225225
top: 5px !important;
226+
font-weight: 200 !important;
227+
font-size: 20px !important;
226228
}
227229

228230
.black-text {
@@ -293,6 +295,7 @@ a {
293295
}
294296
.plan-content {
295297
flex-grow: 1;
298+
padding: 5px;
296299
}
297300

298301
.plan-icons {

0 commit comments

Comments
 (0)