25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 

38 satır
989 B

  1. // ================================================================================================
  2. // File Name: page-misc.scss
  3. // Description: Coming Soon pages custom scss
  4. // ----------------------------------------------------------------------------------------------
  5. // Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
  6. // Author: PIXINVENT
  7. // Author URL: http://www.themeforest.net/user/pixinvent
  8. // ================================================================================================
  9. $misc-inner-max-width: 750px;
  10. .misc-wrapper {
  11. display: flex;
  12. flex-basis: 100%;
  13. min-height: 100vh;
  14. width: 100%;
  15. align-items: center;
  16. justify-content: center;
  17. .misc-inner {
  18. position: relative;
  19. max-width: $misc-inner-max-width;
  20. }
  21. .brand-logo {
  22. display: flex;
  23. justify-content: center;
  24. position: absolute;
  25. top: 2rem;
  26. left: 2rem;
  27. margin: 0;
  28. .brand-text {
  29. font-weight: 600;
  30. }
  31. }
  32. }