Add CSS for upload button (#18884)
* Add CSS for upload button * extend current crayon classes
This commit is contained in:
parent
7d053471f8
commit
b2a643cfb4
1 changed files with 5 additions and 0 deletions
|
|
@ -212,6 +212,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
input[type=file]::file-selector-button {
|
||||
@extend .crayons-btn;
|
||||
@extend .crayons-btn--secondary;
|
||||
}
|
||||
|
||||
.crayons-fields {
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue