| 123456789101112131415161718192021 |
- @import '~@blueprintjs/core/dist/variables.scss';
-
- .flex-frame {
- display: flex;
- flex-direction: column;
- min-height: 100vh;
- background: $pt-app-background-color;
-
- main {
- flex: 1;
- padding: 50px;
- }
-
- footer {
- nav {
- display: flex;
- align-items: center;
- justify-content: center;
- }
- }
- }
|