Update _control.scss

Decrease padding to be consistent with other panels that use m-1
This commit is contained in:
Luc
2025-12-16 16:47:54 +08:00
parent 83ffdb5828
commit 8d01ea7b27

View File

@@ -328,7 +328,7 @@ span.input-group-addon {
.min1rem {
min-width: 1rem;
}
}
.error-login-message {
color: red;
@@ -344,7 +344,7 @@ span.input-group-addon {
border: none;
overflow: hidden;
flex: 1;
padding: 10px;
padding: 5px;
}
.cameraContainer,
.imageContainer {