22 lines
271 B
Plaintext
22 lines
271 B
Plaintext
|
.search{
|
||
|
margin-bottom: 54px;
|
||
|
}
|
||
|
.fold{
|
||
|
width: calc(100% - 216px);
|
||
|
display: inline-block
|
||
|
}
|
||
|
.operator{
|
||
|
margin-bottom: 18px;
|
||
|
}
|
||
|
@media screen and (max-width: 900px) {
|
||
|
.fold {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
.operator button {
|
||
|
margin-right: 5px;
|
||
|
}
|
||
|
i {
|
||
|
cursor: pointer;
|
||
|
}
|