|
@@ -96,7 +96,7 @@ body {
|
|
|
@media all {
|
|
|
body {
|
|
|
color: #f8f9fa;
|
|
|
- background-color: #212529
|
|
|
+ background-color: #212529;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -2078,7 +2078,7 @@ fieldset:disabled a.btn {
|
|
|
flex-wrap: wrap;
|
|
|
padding-left: 0;
|
|
|
margin-bottom: 0;
|
|
|
- list-style: none
|
|
|
+ list-style: none;
|
|
|
}
|
|
|
|
|
|
.card {
|
|
@@ -2450,12 +2450,12 @@ header.fixed {
|
|
|
.mega-menu .header {
|
|
|
flex: 0 0 100%;
|
|
|
max-width: 100%;
|
|
|
- box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15)
|
|
|
+ box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, 0.15);
|
|
|
}
|
|
|
|
|
|
.mega-menu .header .container {
|
|
|
padding-right: 0px;
|
|
|
- padding-left: 0px
|
|
|
+ padding-left: 0px;
|
|
|
}
|
|
|
|
|
|
.mega-menu .row-header,
|
|
@@ -2467,7 +2467,7 @@ header.fixed {
|
|
|
.mega-menu .logo {
|
|
|
top: 2px;
|
|
|
position: relative;
|
|
|
- margin-left: 40px
|
|
|
+ margin-left: 40px;
|
|
|
}
|
|
|
|
|
|
.mega-menu .img-logo {
|
|
@@ -3395,6 +3395,14 @@ button.bg-dark:focus {
|
|
|
float: left !important;
|
|
|
}
|
|
|
|
|
|
+.float-end {
|
|
|
+ float: right !important;
|
|
|
+}
|
|
|
+
|
|
|
+.justify-content-end {
|
|
|
+ justify-content: flex-end !important;
|
|
|
+}
|
|
|
+
|
|
|
.text-start {
|
|
|
text-align: left !important;
|
|
|
}
|
|
@@ -3471,6 +3479,10 @@ button.bg-dark:focus {
|
|
|
margin-left: 3rem !important;
|
|
|
}
|
|
|
|
|
|
+.me-auto {
|
|
|
+ margin-right: auto !important;
|
|
|
+}
|
|
|
+
|
|
|
.me-1 {
|
|
|
margin-right: 0.25rem !important;
|
|
|
}
|
|
@@ -4028,6 +4040,8 @@ li > a:only-child:after { content: ''; }
|
|
|
padding-left: 0;
|
|
|
margin-bottom: 0;
|
|
|
border-radius: 0.25rem;
|
|
|
+
|
|
|
+ border: 1px solid rgba(0, 0, 0, 0.125);
|
|
|
}
|
|
|
|
|
|
.list-group-item {
|
|
@@ -4036,7 +4050,7 @@ li > a:only-child:after { content: ''; }
|
|
|
padding: 0.5rem 1rem;
|
|
|
text-decoration: none;
|
|
|
background-color: #fff;
|
|
|
- border: 1px solid rgba(0, 0, 0, 0.125);
|
|
|
+// border: 1px solid rgba(0, 0, 0, 0.125);
|
|
|
}
|
|
|
|
|
|
.list-group-item.active {
|