mirror of https://github.com/Chocobozzz/PeerTube
Fix custom bootstrap helpers margins/paddings
parent
cf5ab8abf2
commit
0d0b5ac08d
|
@ -26,162 +26,110 @@
|
|||
|
||||
.ms-0 {
|
||||
@include margin-left(0 !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
.ms-1 {
|
||||
@include margin-left(0.25rem !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
.ms-2 {
|
||||
@include margin-left(0.5rem !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
.ms-3 {
|
||||
@include margin-left(1rem !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
.ms-4 {
|
||||
@include margin-left(1.5rem !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
.ms-5 {
|
||||
@include margin-left(3rem !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
.ms-auto {
|
||||
@include margin-left(auto !important);
|
||||
|
||||
margin-left: inherit !important;
|
||||
}
|
||||
|
||||
// ---
|
||||
|
||||
.me-0 {
|
||||
@include margin-right(0 !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
.me-1 {
|
||||
@include margin-right(0.25rem !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
.me-2 {
|
||||
@include margin-right(0.5rem !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
.me-3 {
|
||||
@include margin-right(1rem !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
.me-4 {
|
||||
@include margin-right(1.5rem !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
.me-5 {
|
||||
@include margin-right(3rem !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
.me-auto {
|
||||
@include margin-right(auto !important);
|
||||
|
||||
margin-right: inherit !important;
|
||||
}
|
||||
|
||||
// ---
|
||||
|
||||
.ps-0 {
|
||||
@include padding-left(0 !important);
|
||||
|
||||
padding-left: inherit !important;
|
||||
}
|
||||
|
||||
.ps-1 {
|
||||
@include padding-left(0.25rem !important);
|
||||
|
||||
padding-left: inherit !important;
|
||||
}
|
||||
|
||||
.ps-2 {
|
||||
@include padding-left(0.5rem !important);
|
||||
|
||||
padding-left: inherit !important;
|
||||
}
|
||||
|
||||
.ps-3 {
|
||||
@include padding-left(1rem !important);
|
||||
|
||||
padding-left: inherit !important;
|
||||
}
|
||||
|
||||
.ps-4 {
|
||||
@include padding-left(1.5rem !important);
|
||||
|
||||
padding-left: inherit !important;
|
||||
}
|
||||
|
||||
.ps-5 {
|
||||
@include padding-left(3rem !important);
|
||||
|
||||
padding-left: inherit !important;
|
||||
}
|
||||
|
||||
// ---
|
||||
|
||||
.pe-0 {
|
||||
@include padding-right(0 !important);
|
||||
|
||||
padding-right: inherit !important;
|
||||
}
|
||||
|
||||
.pe-1 {
|
||||
@include padding-right(0.25rem !important);
|
||||
|
||||
padding-right: inherit !important;
|
||||
}
|
||||
|
||||
.pe-2 {
|
||||
@include padding-right(0.5rem !important);
|
||||
|
||||
padding-right: inherit !important;
|
||||
}
|
||||
|
||||
.pe-3 {
|
||||
@include padding-right(1rem !important);
|
||||
|
||||
padding-right: inherit !important;
|
||||
}
|
||||
|
||||
.pe-4 {
|
||||
@include padding-right(1.5rem !important);
|
||||
|
||||
padding-right: inherit !important;
|
||||
}
|
||||
|
||||
.pe-5 {
|
||||
@include padding-right(3rem !important);
|
||||
|
||||
padding-right: inherit !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue