mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 21:24:10 +00:00
23 lines
272 B
CSS
23 lines
272 B
CSS
|
|
.test-row .hint {
|
||
|
|
font-size: 12px;
|
||
|
|
opacity: 0.6;
|
||
|
|
margin-top: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ant-form .hint {
|
||
|
|
font-size: 12px;
|
||
|
|
opacity: 0.6;
|
||
|
|
margin-top: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.test-row {
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
gap: 12px;
|
||
|
|
margin-top: 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.test-result {
|
||
|
|
width: 100%;
|
||
|
|
}
|