Personal Dashboard

Login.scss 797B

1234567891011121314151617181920212223242526272829303132333435
  1. @import '~@blueprintjs/core/dist/variables.scss';
  2. @font-face {
  3. font-family: 'Cinzel';
  4. font-style: normal;
  5. font-weight: 400;
  6. src: local('Cinzel Regular'), local('Cinzel-Regular'), url(Cinzel.woff2) format('woff2');
  7. unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
  8. }
  9. .flex-frame {
  10. &.center {
  11. justify-content: center;
  12. align-items: center;
  13. .logo {
  14. margin-bottom: 50px;
  15. img { height: 60px; }
  16. span { font-family: 'Cinzel'; }
  17. }
  18. .pt-card {
  19. text-align: center;
  20. .pt-input-group {
  21. margin-bottom: $pt-grid-size;
  22. }
  23. form {
  24. margin: 0;
  25. }
  26. }
  27. }
  28. }