mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
658 B
48 lines
658 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.file-drop {
|
|
& {
|
|
border: 2px dashed $color-border;
|
|
background: transparent;
|
|
padding: 1rem;
|
|
text-align: center;
|
|
margin-bottom: 1rem;
|
|
margin-right: 0;
|
|
}
|
|
|
|
&-or {
|
|
font-size: .8rem;
|
|
}
|
|
|
|
&-button {
|
|
margin: .5rem 0;
|
|
}
|
|
|
|
&-info {
|
|
color: $color-subtext;
|
|
}
|
|
}
|
|
|
|
.btn {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.btn-input {
|
|
width: 0;
|
|
height: 0;
|
|
opacity: 0;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
z-index: -1;
|
|
}
|
|
|
|
.row {
|
|
margin-left: -8px;
|
|
margin-right: -8px;
|
|
}
|
|
|
|
.col-3 {
|
|
padding-left: 8px;
|
|
padding-right: 8px;
|
|
}
|