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.

16 lines
369 B

3 years ago
  1. @import "../res/colors"
  2. .Tabs-container
  3. background-color: $color-foreground-dark
  4. .Tabs-element
  5. display: inline-block
  6. padding: 0.25em 0.7ch
  7. cursor: pointer
  8. user-select: none
  9. .Tabs-active
  10. border-bottom: 1px solid $color-foreground
  11. .Tabs-bold
  12. font-family: 'Bitstream Vera Serif', 'Lucida Fax', serif
  13. font-weight: 600