mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2025-10-26 11:27:18 +00:00
37 lines
535 B
Plaintext
37 lines
535 B
Plaintext
.buttonGroup {
|
|
position: relative;
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 16px;
|
|
padding: 8px 16px;
|
|
|
|
@media (min-width: 768px) {
|
|
flex-direction: row;
|
|
align-items: center;
|
|
}
|
|
|
|
.button {
|
|
min-width: 200px;
|
|
max-width: 100%;
|
|
|
|
@media (min-width: 768px) {
|
|
width: auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.input {
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.checkbox {
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
.group {
|
|
position: relative;
|
|
padding: 0 16px;
|
|
}
|