Update template.css
This commit is contained in:
@@ -9163,31 +9163,38 @@ fieldset:disabled .btn {
|
|||||||
|
|
||||||
.mb-0 {
|
.mb-0 {
|
||||||
margin-bottom: 0 ;
|
margin-bottom: 0 ;
|
||||||
|
margin-top: 0 ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-1 {
|
.mb-1 {
|
||||||
margin-bottom: 0.25rem ;
|
margin-bottom: 0.1rem ;
|
||||||
|
margin-top: 0.1rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-2 {
|
.mb-2 {
|
||||||
margin-bottom: 0.5rem ;
|
margin-bottom: 0.2rem ;
|
||||||
|
margin-top: 0.2rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-3,
|
.mb-3,
|
||||||
.form-group {
|
.form-group {
|
||||||
margin-bottom: 1rem ;
|
margin-bottom: 0.3rem ;
|
||||||
|
margin-top: 0.3rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-4 {
|
.mb-4 {
|
||||||
margin-bottom: 1.5rem ;
|
margin-bottom: 0.4rem ;
|
||||||
|
margin-top: 0.4rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-5 {
|
.mb-5 {
|
||||||
margin-bottom: 3rem ;
|
margin-bottom: 0.5rem ;
|
||||||
|
margin-top: 0.5rem ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mb-auto {
|
.mb-auto {
|
||||||
margin-bottom: auto ;
|
margin-bottom: auto ;
|
||||||
|
margin-top: auto ;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ms-0 {
|
.ms-0 {
|
||||||
|
|||||||
Reference in New Issue
Block a user