|
@@ -1842,7 +1842,6 @@
|
|
|
}
|
|
|
|
|
|
@media (max-width: 767px) {
|
|
|
-
|
|
|
// .header {
|
|
|
// height: 70vh;
|
|
|
// }
|
|
@@ -2629,7 +2628,7 @@
|
|
|
}
|
|
|
|
|
|
.card-content {
|
|
|
- &>div {
|
|
|
+ & > div {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
// border: 2px solid #ffebe2;
|
|
@@ -3267,7 +3266,7 @@
|
|
|
position: absolute;
|
|
|
top: 30px;
|
|
|
z-index: -1;
|
|
|
- opacity: .5;
|
|
|
+ opacity: 0.5;
|
|
|
transform: scale(1.5);
|
|
|
}
|
|
|
|
|
@@ -3539,7 +3538,6 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
.a-item {
|
|
|
display: flex;
|
|
|
justify-content: end;
|
|
@@ -3686,7 +3684,7 @@
|
|
|
filter: invert(33%) sepia(55%) saturate(2232%) hue-rotate(357deg) brightness(102%) contrast(89%);
|
|
|
}
|
|
|
|
|
|
- .content>div {
|
|
|
+ .content > div {
|
|
|
margin-bottom: 40px;
|
|
|
padding: 0px 15px;
|
|
|
border-left: 1px solid rgba(0, 0, 0, 0.125);
|
|
@@ -4088,7 +4086,7 @@
|
|
|
.row {
|
|
|
padding: 0 5vw;
|
|
|
|
|
|
- &>div {
|
|
|
+ & > div {
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
align-items: center;
|
|
@@ -4679,15 +4677,15 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
- .table-striped>tbody>tr:nth-child(odd)>td,
|
|
|
- .table-striped>tbody>tr:nth-child(odd)>th {
|
|
|
+ .table-striped > tbody > tr:nth-child(odd) > td,
|
|
|
+ .table-striped > tbody > tr:nth-child(odd) > th {
|
|
|
box-shadow: none;
|
|
|
background-color: #fdeae1;
|
|
|
border-bottom-width: 0px !important;
|
|
|
}
|
|
|
|
|
|
- .table-striped>tbody>tr:nth-child(even)>td,
|
|
|
- .table-striped>tbody>tr:nth-child(even)>th {
|
|
|
+ .table-striped > tbody > tr:nth-child(even) > td,
|
|
|
+ .table-striped > tbody > tr:nth-child(even) > th {
|
|
|
border-bottom-width: 0px !important;
|
|
|
}
|
|
|
|
|
@@ -5666,12 +5664,12 @@
|
|
|
.line-btn {
|
|
|
a {
|
|
|
position: fixed;
|
|
|
- bottom: 85px;
|
|
|
- right: 15px;
|
|
|
+ bottom: 10px;
|
|
|
+ right: 18px;
|
|
|
}
|
|
|
|
|
|
img {
|
|
|
- width: 63px;
|
|
|
+ width: 60px;
|
|
|
height: 63px;
|
|
|
transition: all 0.2s ease-in-out;
|
|
|
|
|
@@ -5820,7 +5818,7 @@
|
|
|
}
|
|
|
|
|
|
.form-check-input {
|
|
|
- margin-top: .3rem !important;
|
|
|
+ margin-top: 0.3rem !important;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}
|