_file.scss 253 B

1234567891011121314151617181920
  1. .file_field {
  2. .input {
  3. label {
  4. float: none;
  5. display: inline;
  6. padding: 0;
  7. }
  8. input[type='checkbox'] {
  9. margin-top: 5px;
  10. }
  11. a {
  12. &:after {
  13. content: ' ';
  14. display: block;
  15. }
  16. }
  17. }
  18. }