32 lines
519 B
SCSS
32 lines
519 B
SCSS
.uploadcare--panel {
|
|
background: $color-silver-light;
|
|
height: 200px;
|
|
border: none;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.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;
|
|
}
|