mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-05 20:54:14 +00:00
11 lines
140 B
CSS
11 lines
140 B
CSS
|
|
.preset-row {
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
gap: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.preset-name {
|
||
|
|
font-weight: 500;
|
||
|
|
}
|