111 lines
1.4 KiB
CSS
111 lines
1.4 KiB
CSS
.m-0 {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.mx-1 {
|
|
margin-right: .25rem !important;
|
|
margin-left: .25rem !important;
|
|
}
|
|
|
|
.mx-3 {
|
|
margin-right: 1rem !important;
|
|
margin-left: 1rem !important;
|
|
}
|
|
|
|
.mx-auto {
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
|
|
.my-0 {
|
|
margin-top: 0 !important;
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.my-2 {
|
|
margin-top: .5rem !important;
|
|
margin-bottom: .5rem !important;
|
|
}
|
|
|
|
.my-5 {
|
|
margin-top: 3rem !important;
|
|
margin-bottom: 3rem !important;
|
|
}
|
|
|
|
.my-auto {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
|
|
.mt-2 {
|
|
margin-top: .5rem !important;
|
|
}
|
|
|
|
.mt-4 {
|
|
margin-top: 1.5rem !important;
|
|
}
|
|
|
|
.mt-5 {
|
|
margin-top: 3rem !important;
|
|
}
|
|
|
|
.me-2 {
|
|
margin-right: .5rem !important;
|
|
}
|
|
|
|
.me-3 {
|
|
margin-right: 1rem !important;
|
|
}
|
|
|
|
.me-auto {
|
|
margin-right: auto !important;
|
|
}
|
|
|
|
.mb-0 {
|
|
margin-bottom: 0 !important;
|
|
}
|
|
|
|
.mb-1 {
|
|
margin-bottom: .25rem !important;
|
|
}
|
|
|
|
.mb-2 {
|
|
margin-bottom: .5rem !important;
|
|
}
|
|
|
|
.mb-3 {
|
|
margin-bottom: 1rem !important;
|
|
}
|
|
|
|
.mb-4 {
|
|
margin-bottom: 1.5rem !important;
|
|
}
|
|
|
|
.mb-5 {
|
|
margin-bottom: 3rem !important;
|
|
}
|
|
|
|
.ms-auto {
|
|
margin-left: auto !important;
|
|
}
|
|
|
|
@media (min-width: 576px) {
|
|
.mb-sm-0 {
|
|
margin-bottom: 0rem !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.my-md-0 {
|
|
margin-top: 0rem !important;
|
|
margin-bottom: 0rem !important;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.ms-md-3 {
|
|
margin-left: 1rem !important;
|
|
}
|
|
}
|
|
|