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.

20 lines
373 B

3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
  1. @import "../res/colors"
  2. .FormLine
  3. padding: 0.5em 1ch
  4. width: 100%
  5. &:first-of-type
  6. margin-top: 0
  7. input, select
  8. display: block
  9. width: 100%
  10. font: inherit
  11. background-color: $color-background-elevated
  12. color: $color-foreground
  13. border: none
  14. padding: 0.25em 0.5ch
  15. &:focus, &:active
  16. outline: 1px solid $color-foreground-elevated