12345678910111213141516171819202122232425262728293031 |
- .test {
-
- @apply mt-4 ml-4;
- padding-top: 4px;
- color: red;
- }
- :root,
- page {
- display: flex;
- flex-direction: column;
-
-
-
-
- min-height: 100%;
- }
- .wot-theme-light {
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- }
|