Files
yaklang-chrome-extension/src/components/AddProxyForm/index.css
T
2025-03-04 16:07:14 +08:00

10 lines
144 B
CSS

.add-proxy-form {
padding: 24px;
}
.form-buttons {
display: flex;
justify-content: flex-end;
gap: 8px;
margin-top: 24px;
}