17 lines
364 B
SCSS
17 lines
364 B
SCSS
.picture {
|
|
&-inner {
|
|
margin: 0.25em auto 1em !important;
|
|
}
|
|
&-preview {
|
|
min-height: 100px !important;
|
|
border-radius: 10px;
|
|
}
|
|
&-input {
|
|
min-height: 100px !important;
|
|
width: fit-content !important;
|
|
.preview-container {
|
|
min-height: 100px !important;
|
|
min-width: 200px !important;
|
|
}
|
|
}
|
|
} |