|
@@ -39,9 +39,13 @@ git - https://github.com/windhamdavid/dw
|
|
--bs-dark: #535763;
|
|
--bs-dark: #535763;
|
|
--bs-dw-blue-dark: #484C57;
|
|
--bs-dw-blue-dark: #484C57;
|
|
--bs-dw-blue: #535763;
|
|
--bs-dw-blue: #535763;
|
|
|
|
+ --bs-dw-light: #e2e2e2;
|
|
|
|
+ --bs-dw-bright: #e3e3e3;
|
|
--bs-dark-rgb: 83, 87, 99;
|
|
--bs-dark-rgb: 83, 87, 99;
|
|
--bs-dw-blue-dark-rgb: 72, 76, 87;
|
|
--bs-dw-blue-dark-rgb: 72, 76, 87;
|
|
--bs-dw-blue-rgb: 83, 87, 99;
|
|
--bs-dw-blue-rgb: 83, 87, 99;
|
|
|
|
+ --bs-dw-light-rgb: 226, 226, 226;
|
|
|
|
+ --bs-dw-bright-rgb: 227, 227, 227;
|
|
--bs-white-rgb: 255, 255, 255;
|
|
--bs-white-rgb: 255, 255, 255;
|
|
--bs-black-rgb: 0, 0, 0;
|
|
--bs-black-rgb: 0, 0, 0;
|
|
--bs-body-color-rgb: 35, 35, 35;
|
|
--bs-body-color-rgb: 35, 35, 35;
|
|
@@ -2849,6 +2853,40 @@ textarea.form-control-lg {
|
|
--bs-btn-disabled-border-color: #535763;
|
|
--bs-btn-disabled-border-color: #535763;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.btn-dw-light {
|
|
|
|
+ --bs-btn-color: #000;
|
|
|
|
+ --bs-btn-bg: #e2e2e2;
|
|
|
|
+ --bs-btn-border-color: #e2e2e2;
|
|
|
|
+ --bs-btn-hover-color: #000;
|
|
|
|
+ --bs-btn-hover-bg: #e6e6e6;
|
|
|
|
+ --bs-btn-hover-border-color: #e5e5e5;
|
|
|
|
+ --bs-btn-focus-shadow-rgb: 192, 192, 192;
|
|
|
|
+ --bs-btn-active-color: #000;
|
|
|
|
+ --bs-btn-active-bg: #e8e8e8;
|
|
|
|
+ --bs-btn-active-border-color: #e5e5e5;
|
|
|
|
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
|
|
+ --bs-btn-disabled-color: #000;
|
|
|
|
+ --bs-btn-disabled-bg: #e2e2e2;
|
|
|
|
+ --bs-btn-disabled-border-color: #e2e2e2;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btn-dw-bright {
|
|
|
|
+ --bs-btn-color: #000;
|
|
|
|
+ --bs-btn-bg: #e3e3e3;
|
|
|
|
+ --bs-btn-border-color: #e3e3e3;
|
|
|
|
+ --bs-btn-hover-color: #000;
|
|
|
|
+ --bs-btn-hover-bg: #e7e7e7;
|
|
|
|
+ --bs-btn-hover-border-color: #e6e6e6;
|
|
|
|
+ --bs-btn-focus-shadow-rgb: 193, 193, 193;
|
|
|
|
+ --bs-btn-active-color: #000;
|
|
|
|
+ --bs-btn-active-bg: #e9e9e9;
|
|
|
|
+ --bs-btn-active-border-color: #e6e6e6;
|
|
|
|
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
|
|
+ --bs-btn-disabled-color: #000;
|
|
|
|
+ --bs-btn-disabled-bg: #e3e3e3;
|
|
|
|
+ --bs-btn-disabled-border-color: #e3e3e3;
|
|
|
|
+}
|
|
|
|
+
|
|
.btn-outline-dark {
|
|
.btn-outline-dark {
|
|
--bs-btn-color: #535763;
|
|
--bs-btn-color: #535763;
|
|
--bs-btn-border-color: #535763;
|
|
--bs-btn-border-color: #535763;
|
|
@@ -2900,6 +2938,40 @@ textarea.form-control-lg {
|
|
--bs-gradient: none;
|
|
--bs-gradient: none;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.btn-outline-dw-light {
|
|
|
|
+ --bs-btn-color: #e2e2e2;
|
|
|
|
+ --bs-btn-border-color: #e2e2e2;
|
|
|
|
+ --bs-btn-hover-color: #000;
|
|
|
|
+ --bs-btn-hover-bg: #e2e2e2;
|
|
|
|
+ --bs-btn-hover-border-color: #e2e2e2;
|
|
|
|
+ --bs-btn-focus-shadow-rgb: 226, 226, 226;
|
|
|
|
+ --bs-btn-active-color: #000;
|
|
|
|
+ --bs-btn-active-bg: #e2e2e2;
|
|
|
|
+ --bs-btn-active-border-color: #e2e2e2;
|
|
|
|
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
|
|
+ --bs-btn-disabled-color: #e2e2e2;
|
|
|
|
+ --bs-btn-disabled-bg: transparent;
|
|
|
|
+ --bs-btn-disabled-border-color: #e2e2e2;
|
|
|
|
+ --bs-gradient: none;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.btn-outline-dw-bright {
|
|
|
|
+ --bs-btn-color: #e3e3e3;
|
|
|
|
+ --bs-btn-border-color: #e3e3e3;
|
|
|
|
+ --bs-btn-hover-color: #000;
|
|
|
|
+ --bs-btn-hover-bg: #e3e3e3;
|
|
|
|
+ --bs-btn-hover-border-color: #e3e3e3;
|
|
|
|
+ --bs-btn-focus-shadow-rgb: 227, 227, 227;
|
|
|
|
+ --bs-btn-active-color: #000;
|
|
|
|
+ --bs-btn-active-bg: #e3e3e3;
|
|
|
|
+ --bs-btn-active-border-color: #e3e3e3;
|
|
|
|
+ --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
|
|
|
|
+ --bs-btn-disabled-color: #e3e3e3;
|
|
|
|
+ --bs-btn-disabled-bg: transparent;
|
|
|
|
+ --bs-btn-disabled-border-color: #e3e3e3;
|
|
|
|
+ --bs-gradient: none;
|
|
|
|
+}
|
|
|
|
+
|
|
.btn-link {
|
|
.btn-link {
|
|
--bs-btn-font-weight: 400;
|
|
--bs-btn-font-weight: 400;
|
|
--bs-btn-color: var(--bs-link-color);
|
|
--bs-btn-color: var(--bs-link-color);
|
|
@@ -4467,6 +4539,24 @@ textarea.form-control-lg {
|
|
color: #282a2f;
|
|
color: #282a2f;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.alert-dw-light {
|
|
|
|
+ --bs-alert-color: #5a5a5a;
|
|
|
|
+ --bs-alert-bg: #f9f9f9;
|
|
|
|
+ --bs-alert-border-color: #f6f6f6;
|
|
|
|
+}
|
|
|
|
+.alert-dw-light .alert-link {
|
|
|
|
+ color: #484848;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.alert-dw-bright {
|
|
|
|
+ --bs-alert-color: #5b5b5b;
|
|
|
|
+ --bs-alert-bg: #f9f9f9;
|
|
|
|
+ --bs-alert-border-color: #f7f7f7;
|
|
|
|
+}
|
|
|
|
+.alert-dw-bright .alert-link {
|
|
|
|
+ color: #494949;
|
|
|
|
+}
|
|
|
|
+
|
|
@keyframes progress-bar-stripes {
|
|
@keyframes progress-bar-stripes {
|
|
0% {
|
|
0% {
|
|
background-position-x: 1rem;
|
|
background-position-x: 1rem;
|
|
@@ -4801,6 +4891,34 @@ textarea.form-control-lg {
|
|
border-color: #32343b;
|
|
border-color: #32343b;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.list-group-item-dw-light {
|
|
|
|
+ color: #5a5a5a;
|
|
|
|
+ background-color: #f9f9f9;
|
|
|
|
+}
|
|
|
|
+.list-group-item-dw-light.list-group-item-action:hover, .list-group-item-dw-light.list-group-item-action:focus {
|
|
|
|
+ color: #5a5a5a;
|
|
|
|
+ background-color: #e0e0e0;
|
|
|
|
+}
|
|
|
|
+.list-group-item-dw-light.list-group-item-action.active {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #5a5a5a;
|
|
|
|
+ border-color: #5a5a5a;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.list-group-item-dw-bright {
|
|
|
|
+ color: #5b5b5b;
|
|
|
|
+ background-color: #f9f9f9;
|
|
|
|
+}
|
|
|
|
+.list-group-item-dw-bright.list-group-item-action:hover, .list-group-item-dw-bright.list-group-item-action:focus {
|
|
|
|
+ color: #5b5b5b;
|
|
|
|
+ background-color: #e0e0e0;
|
|
|
|
+}
|
|
|
|
+.list-group-item-dw-bright.list-group-item-action.active {
|
|
|
|
+ color: #fff;
|
|
|
|
+ background-color: #5b5b5b;
|
|
|
|
+ border-color: #5b5b5b;
|
|
|
|
+}
|
|
|
|
+
|
|
.btn-close {
|
|
.btn-close {
|
|
box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
width: 1em;
|
|
width: 1em;
|
|
@@ -6332,6 +6450,16 @@ textarea.form-control-lg {
|
|
background-color: RGBA(83, 87, 99, var(--bs-bg-opacity, 1)) !important;
|
|
background-color: RGBA(83, 87, 99, var(--bs-bg-opacity, 1)) !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.text-bg-dw-light {
|
|
|
|
+ color: #000 !important;
|
|
|
|
+ background-color: RGBA(226, 226, 226, var(--bs-bg-opacity, 1)) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.text-bg-dw-bright {
|
|
|
|
+ color: #000 !important;
|
|
|
|
+ background-color: RGBA(227, 227, 227, var(--bs-bg-opacity, 1)) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.link-dark {
|
|
.link-dark {
|
|
color: #535763 !important;
|
|
color: #535763 !important;
|
|
}
|
|
}
|
|
@@ -6353,6 +6481,20 @@ textarea.form-control-lg {
|
|
color: #42464f !important;
|
|
color: #42464f !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.link-dw-light {
|
|
|
|
+ color: #e2e2e2 !important;
|
|
|
|
+}
|
|
|
|
+.link-dw-light:hover, .link-dw-light:focus {
|
|
|
|
+ color: #e8e8e8 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.link-dw-bright {
|
|
|
|
+ color: #e3e3e3 !important;
|
|
|
|
+}
|
|
|
|
+.link-dw-bright:hover, .link-dw-bright:focus {
|
|
|
|
+ color: #e9e9e9 !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.ratio {
|
|
.ratio {
|
|
position: relative;
|
|
position: relative;
|
|
width: 100%;
|
|
width: 100%;
|
|
@@ -7305,6 +7447,156 @@ textarea.form-control-lg {
|
|
margin-left: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.m-n1 {
|
|
|
|
+ margin: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.m-n2 {
|
|
|
|
+ margin: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.m-n3 {
|
|
|
|
+ margin: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.m-n4 {
|
|
|
|
+ margin: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.m-n5 {
|
|
|
|
+ margin: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mx-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mx-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mx-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mx-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mx-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.my-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mt-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mt-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mt-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mt-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mt-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.me-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.me-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.me-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.me-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.me-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mb-n1 {
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mb-n2 {
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mb-n3 {
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mb-n4 {
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.mb-n5 {
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ms-n1 {
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ms-n2 {
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ms-n3 {
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ms-n4 {
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.ms-n5 {
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.p-0 {
|
|
.p-0 {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
@@ -7686,6 +7978,16 @@ textarea.form-control-lg {
|
|
color: rgba(var(--bs-dw-blue-rgb), var(--bs-text-opacity)) !important;
|
|
color: rgba(var(--bs-dw-blue-rgb), var(--bs-text-opacity)) !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.text-dw-light {
|
|
|
|
+ --bs-text-opacity: 1;
|
|
|
|
+ color: rgba(var(--bs-dw-light-rgb), var(--bs-text-opacity)) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.text-dw-bright {
|
|
|
|
+ --bs-text-opacity: 1;
|
|
|
|
+ color: rgba(var(--bs-dw-bright-rgb), var(--bs-text-opacity)) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.text-muted {
|
|
.text-muted {
|
|
--bs-text-opacity: 1;
|
|
--bs-text-opacity: 1;
|
|
color: #6c757d !important;
|
|
color: #6c757d !important;
|
|
@@ -7772,6 +8074,16 @@ textarea.form-control-lg {
|
|
background-color: rgba(var(--bs-dw-blue-rgb), var(--bs-bg-opacity)) !important;
|
|
background-color: rgba(var(--bs-dw-blue-rgb), var(--bs-bg-opacity)) !important;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.bg-dw-light {
|
|
|
|
+ --bs-bg-opacity: 1;
|
|
|
|
+ background-color: rgba(var(--bs-dw-light-rgb), var(--bs-bg-opacity)) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+.bg-dw-bright {
|
|
|
|
+ --bs-bg-opacity: 1;
|
|
|
|
+ background-color: rgba(var(--bs-dw-bright-rgb), var(--bs-bg-opacity)) !important;
|
|
|
|
+}
|
|
|
|
+
|
|
.bg-transparent {
|
|
.bg-transparent {
|
|
--bs-bg-opacity: 1;
|
|
--bs-bg-opacity: 1;
|
|
background-color: transparent !important;
|
|
background-color: transparent !important;
|
|
@@ -8215,6 +8527,121 @@ textarea.form-control-lg {
|
|
.ms-sm-auto {
|
|
.ms-sm-auto {
|
|
margin-left: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
}
|
|
|
|
+ .m-sm-n1 {
|
|
|
|
+ margin: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-sm-n2 {
|
|
|
|
+ margin: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-sm-n3 {
|
|
|
|
+ margin: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-sm-n4 {
|
|
|
|
+ margin: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-sm-n5 {
|
|
|
|
+ margin: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-sm-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-sm-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-sm-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-sm-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-sm-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-sm-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-sm-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-sm-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-sm-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-sm-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-sm-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-sm-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-sm-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-sm-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-sm-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-sm-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-sm-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-sm-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-sm-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-sm-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-sm-n1 {
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-sm-n2 {
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-sm-n3 {
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-sm-n4 {
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-sm-n5 {
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-sm-n1 {
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-sm-n2 {
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-sm-n3 {
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-sm-n4 {
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-sm-n5 {
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
.p-sm-0 {
|
|
.p-sm-0 {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
@@ -8711,6 +9138,121 @@ textarea.form-control-lg {
|
|
.ms-md-auto {
|
|
.ms-md-auto {
|
|
margin-left: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
}
|
|
|
|
+ .m-md-n1 {
|
|
|
|
+ margin: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-md-n2 {
|
|
|
|
+ margin: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-md-n3 {
|
|
|
|
+ margin: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-md-n4 {
|
|
|
|
+ margin: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-md-n5 {
|
|
|
|
+ margin: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-md-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-md-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-md-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-md-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-md-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-md-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-md-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-md-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-md-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-md-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-md-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-md-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-md-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-md-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-md-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-md-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-md-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-md-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-md-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-md-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-md-n1 {
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-md-n2 {
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-md-n3 {
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-md-n4 {
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-md-n5 {
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-md-n1 {
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-md-n2 {
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-md-n3 {
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-md-n4 {
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-md-n5 {
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
.p-md-0 {
|
|
.p-md-0 {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
@@ -9207,6 +9749,121 @@ textarea.form-control-lg {
|
|
.ms-lg-auto {
|
|
.ms-lg-auto {
|
|
margin-left: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
}
|
|
|
|
+ .m-lg-n1 {
|
|
|
|
+ margin: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-lg-n2 {
|
|
|
|
+ margin: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-lg-n3 {
|
|
|
|
+ margin: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-lg-n4 {
|
|
|
|
+ margin: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-lg-n5 {
|
|
|
|
+ margin: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-lg-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-lg-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-lg-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-lg-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-lg-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-lg-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-lg-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-lg-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-lg-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-lg-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-lg-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-lg-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-lg-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-lg-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-lg-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-lg-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-lg-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-lg-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-lg-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-lg-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-lg-n1 {
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-lg-n2 {
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-lg-n3 {
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-lg-n4 {
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-lg-n5 {
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-lg-n1 {
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-lg-n2 {
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-lg-n3 {
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-lg-n4 {
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-lg-n5 {
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
.p-lg-0 {
|
|
.p-lg-0 {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
@@ -9703,6 +10360,121 @@ textarea.form-control-lg {
|
|
.ms-xl-auto {
|
|
.ms-xl-auto {
|
|
margin-left: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
}
|
|
|
|
+ .m-xl-n1 {
|
|
|
|
+ margin: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xl-n2 {
|
|
|
|
+ margin: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xl-n3 {
|
|
|
|
+ margin: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xl-n4 {
|
|
|
|
+ margin: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xl-n5 {
|
|
|
|
+ margin: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xl-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xl-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xl-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xl-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xl-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xl-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xl-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xl-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xl-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xl-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xl-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xl-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xl-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xl-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xl-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xl-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xl-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xl-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xl-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xl-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xl-n1 {
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xl-n2 {
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xl-n3 {
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xl-n4 {
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xl-n5 {
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xl-n1 {
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xl-n2 {
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xl-n3 {
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xl-n4 {
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xl-n5 {
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
.p-xl-0 {
|
|
.p-xl-0 {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
@@ -10199,6 +10971,121 @@ textarea.form-control-lg {
|
|
.ms-xxl-auto {
|
|
.ms-xxl-auto {
|
|
margin-left: auto !important;
|
|
margin-left: auto !important;
|
|
}
|
|
}
|
|
|
|
+ .m-xxl-n1 {
|
|
|
|
+ margin: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xxl-n2 {
|
|
|
|
+ margin: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xxl-n3 {
|
|
|
|
+ margin: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xxl-n4 {
|
|
|
|
+ margin: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .m-xxl-n5 {
|
|
|
|
+ margin: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xxl-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xxl-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xxl-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xxl-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mx-xxl-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xxl-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xxl-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xxl-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xxl-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .my-xxl-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xxl-n1 {
|
|
|
|
+ margin-top: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xxl-n2 {
|
|
|
|
+ margin-top: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xxl-n3 {
|
|
|
|
+ margin-top: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xxl-n4 {
|
|
|
|
+ margin-top: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mt-xxl-n5 {
|
|
|
|
+ margin-top: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xxl-n1 {
|
|
|
|
+ margin-right: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xxl-n2 {
|
|
|
|
+ margin-right: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xxl-n3 {
|
|
|
|
+ margin-right: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xxl-n4 {
|
|
|
|
+ margin-right: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .me-xxl-n5 {
|
|
|
|
+ margin-right: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xxl-n1 {
|
|
|
|
+ margin-bottom: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xxl-n2 {
|
|
|
|
+ margin-bottom: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xxl-n3 {
|
|
|
|
+ margin-bottom: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xxl-n4 {
|
|
|
|
+ margin-bottom: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .mb-xxl-n5 {
|
|
|
|
+ margin-bottom: -3rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xxl-n1 {
|
|
|
|
+ margin-left: -0.25rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xxl-n2 {
|
|
|
|
+ margin-left: -0.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xxl-n3 {
|
|
|
|
+ margin-left: -1rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xxl-n4 {
|
|
|
|
+ margin-left: -1.5rem !important;
|
|
|
|
+ }
|
|
|
|
+ .ms-xxl-n5 {
|
|
|
|
+ margin-left: -3rem !important;
|
|
|
|
+ }
|
|
.p-xxl-0 {
|
|
.p-xxl-0 {
|
|
padding: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|