index.scss 228 B

123456789101112
  1. @import '..\\..\\app-let.scss';
  2. .header {
  3. text-align: center;
  4. font-size: $default-font-big-size;
  5. box-sizing: border-box;
  6. background-color: $background-color;
  7. position: fixed;
  8. top: 0;
  9. width: 100vw;
  10. z-index: 1;
  11. }