| 12345678910111213141516171819202122232425262728293031323334353637 |
- @import '~@blueprintjs/core/dist/variables.scss';
-
- html, body {
- margin: 0;
- }
-
- .pt-toast-container.pt-toast-container-top.app-toaster {
- top: $pt-navbar-height;
- }
-
- .pt-non-ideal-state {
- height: inherit;
- }
-
- .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;
- }
- }
- }
-
- .title {
- font-family: 'Cinzel';
- }
|