language.sass 267 B

123456789101112
  1. .cx-libtranslate-language-selector
  2. position: fixed
  3. bottom: 20px
  4. right: 20px
  5. select
  6. background-color: $secondary
  7. color: $primary
  8. border: none
  9. border-radius: 10px
  10. padding: 10px
  11. border: 2px solid $primary