|
|
@@ -12,6 +12,32 @@
|
|
|
@import url("../libs/bootstrap-select/dist/css/bootstrap-select.min.css");
|
|
|
@import url("../libs/fastadmin-selectpage/selectpage.css");
|
|
|
@import url("../libs/bootstrap-slider/slider.css");
|
|
|
+.m-0 {
|
|
|
+ margin-top: 0px !important;
|
|
|
+ margin-right: 0px !important;
|
|
|
+ margin-bottom: 0px !important;
|
|
|
+ margin-left: 0px !important;
|
|
|
+}
|
|
|
+.mt-0 {
|
|
|
+ margin-top: 0px !important;
|
|
|
+}
|
|
|
+.mr-0 {
|
|
|
+ margin-right: 0px !important;
|
|
|
+}
|
|
|
+.mb-0 {
|
|
|
+ margin-bottom: 0px !important;
|
|
|
+}
|
|
|
+.ml-0 {
|
|
|
+ margin-left: 0px !important;
|
|
|
+}
|
|
|
+.mx-0 {
|
|
|
+ margin-left: 0px !important;
|
|
|
+ margin-right: 0px !important;
|
|
|
+}
|
|
|
+.my-0 {
|
|
|
+ margin-top: 0px !important;
|
|
|
+ margin-bottom: 0px !important;
|
|
|
+}
|
|
|
.m-1 {
|
|
|
margin-top: 5px !important;
|
|
|
margin-right: 5px !important;
|
|
|
@@ -116,6 +142,32 @@
|
|
|
margin-top: 20px !important;
|
|
|
margin-bottom: 20px !important;
|
|
|
}
|
|
|
+.p-0 {
|
|
|
+ padding-top: 0px !important;
|
|
|
+ padding-right: 0px !important;
|
|
|
+ padding-bottom: 0px !important;
|
|
|
+ padding-left: 0px !important;
|
|
|
+}
|
|
|
+.pt-0 {
|
|
|
+ padding-top: 0px !important;
|
|
|
+}
|
|
|
+.pr-0 {
|
|
|
+ padding-right: 0px !important;
|
|
|
+}
|
|
|
+.pb-0 {
|
|
|
+ padding-bottom: 0px !important;
|
|
|
+}
|
|
|
+.pl-0 {
|
|
|
+ padding-left: 0px !important;
|
|
|
+}
|
|
|
+.px-0 {
|
|
|
+ padding-left: 0px !important;
|
|
|
+ padding-right: 0px !important;
|
|
|
+}
|
|
|
+.py-0 {
|
|
|
+ padding-top: 0px !important;
|
|
|
+ padding-bottom: 0px !important;
|
|
|
+}
|
|
|
.p-1 {
|
|
|
padding-top: 5px !important;
|
|
|
padding-right: 5px !important;
|
|
|
@@ -1378,7 +1430,7 @@ table.table-nowrap thead > tr > th {
|
|
|
}
|
|
|
.radio > label > input,
|
|
|
.checkbox > label > input {
|
|
|
- margin: 2px 0 0;
|
|
|
+ margin: 5px 0 0;
|
|
|
}
|
|
|
.wipecache li a {
|
|
|
color: #444444 !important;
|