Açıklama Yok
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_main.scss 245B

123456789101112
  1. .main {
  2. display: flex;
  3. width: 100%;
  4. min-width: 0;
  5. min-height: 100vh;
  6. transition: $sidebar-transition;
  7. background: $body-bg;
  8. flex-direction: column;
  9. overflow: hidden;
  10. border-top-left-radius: 0;
  11. border-bottom-left-radius: 0;
  12. }