
--- client/resources/scss/admin/content.scss
+++ client/resources/scss/admin/content.scss
... | ... | @@ -22,9 +22,6 @@ |
22 | 22 |
&.full-page { |
23 | 23 |
height: 100%; |
24 | 24 |
} |
25 |
- &.sch-full{ |
|
26 |
- height: calc(100% - 60px); |
|
27 |
- } |
|
28 | 25 |
&.detail{ |
29 | 26 |
height: calc(100% - 228px); |
30 | 27 |
} |
... | ... | @@ -278,10 +275,6 @@ |
278 | 275 |
|
279 | 276 |
&.mb30{ |
280 | 277 |
margin-bottom: 3rem |
281 |
- } |
|
282 |
- |
|
283 |
- &.sch-full{ |
|
284 |
- height: calc(100% - 70px); |
|
285 | 278 |
} |
286 | 279 |
|
287 | 280 |
|
... | ... | @@ -646,7 +639,9 @@ |
646 | 639 |
} |
647 | 640 |
} |
648 | 641 |
|
649 |
- |
|
642 |
+.sch-full{ |
|
643 |
+ height: calc(100% - 60px); |
|
644 |
+} |
|
650 | 645 |
|
651 | 646 |
|
652 | 647 |
|
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?