39 lines
648 B
Plaintext
39 lines
648 B
Plaintext
.file-input__unpack {
|
|
font-size: .9rem;
|
|
display: flex;
|
|
align-items: center;
|
|
margin-top: 10px;
|
|
|
|
.checkbox {
|
|
display: inline-block;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
.file-input__multi-info {
|
|
font-size: .9rem;
|
|
font-style: italic;
|
|
margin-top: 10px;
|
|
color: var(--color-fontsec);
|
|
}
|
|
|
|
.unpack-zip-info-toggler {
|
|
background-color: var(--color-dark);
|
|
border-radius: 50%;
|
|
height: 1.5rem;
|
|
width: 1.5rem;
|
|
line-height: 1.5rem;
|
|
font-size: 1.2rem;
|
|
color: white;
|
|
display: inline-block;
|
|
text-align: center;
|
|
cursor: pointer;
|
|
margin: 0 10px;
|
|
}
|
|
|
|
.file-input__list {
|
|
margin-left: 15px;
|
|
margin-top: 10px;
|
|
font-weight: 600;
|
|
}
|