email : create split panel
This commit is contained in:
parent
b525ea4f5c
commit
989f042158
4 changed files with 166 additions and 26 deletions
|
|
@ -1 +1,16 @@
|
|||
.wrapper[data-v-17f2f6fa]{display:flex;gap:10vw}.k-field-footer[data-v-17f2f6fa]{width:15rem}@media screen and (max-width: 800px){.k-field-footer[data-v-17f2f6fa]{width:9rem}}@media screen and (min-width: 533px){button[data-v-17f2f6fa]{margin-top:2.15rem}}
|
||||
|
||||
.wrapper[data-v-4847e765] {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
width: 100%;
|
||||
}
|
||||
@media screen and (max-width: 800px) {
|
||||
.k-field-footer[data-v-4847e765] {
|
||||
width: 9rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 533px) {
|
||||
button[data-v-4847e765] {
|
||||
margin-top: 2.15rem;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue