Add CSS for upload button (#18884)

* Add CSS for upload button

* extend current crayon classes
This commit is contained in:
Lawrence 2023-01-12 14:37:44 -06:00 committed by GitHub
parent 7d053471f8
commit b2a643cfb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,6 +212,11 @@
}
}
input[type=file]::file-selector-button {
@extend .crayons-btn;
@extend .crayons-btn--secondary;
}
.crayons-fields {
display: flex;
flex-flow: column;