34 lines
557 B
SCSS
34 lines
557 B
SCSS
@import "variables";
|
|
|
|
.uploadcare--panel {
|
|
background: $color-white;
|
|
height: 230px;
|
|
border: 1px dashed $color-silver;
|
|
border-radius: 12px;
|
|
}
|
|
|
|
.uploadcare--menu {
|
|
display: none;
|
|
}
|
|
|
|
.uploadcare--button {
|
|
background: none !important;
|
|
color: inherit;
|
|
border: none;
|
|
padding: 0 !important;
|
|
font: inherit;
|
|
border-bottom: 1px solid #444;
|
|
cursor: pointer;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.uploadcare--button_primary:hover {
|
|
background: inherit;
|
|
border-color: inherit;
|
|
color: inherit;
|
|
}
|
|
|
|
.uploadcare--text_size_extra-large {
|
|
font-size: 24px;
|
|
}
|