_fileinput.scss 451 B

123456789101112131415161718192021
  1. .uppy-FileInput-container {
  2. margin-bottom: 15px;
  3. }
  4. .uppy-FileInput-btn {
  5. @include reset-button;
  6. font-family: sans-serif;
  7. font-size: 0.85em;
  8. // text-transform: uppercase;
  9. padding: 10px 15px;
  10. color: darken($color-cornflower-blue, 20%);
  11. border: 1px solid darken($color-cornflower-blue, 20%);
  12. border-radius: 8px;
  13. cursor: pointer;
  14. &:hover {
  15. background-color: darken($color-cornflower-blue, 20%);
  16. color: $color-white;
  17. }
  18. }