mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
10 lines
144 B
CSS
10 lines
144 B
CSS
.add-proxy-form {
|
|
padding: 24px;
|
|
}
|
|
|
|
.form-buttons {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 8px;
|
|
margin-top: 24px;
|
|
} |