|
@@ -235,6 +235,7 @@ img {
|
|
|
.navbar .mx-auto {
|
|
.navbar .mx-auto {
|
|
|
padding: 0;
|
|
padding: 0;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
@media (max-width: 767px) {
|
|
@media (max-width: 767px) {
|
|
|
.navbar .mx-auto {
|
|
.navbar .mx-auto {
|
|
|
padding: 5px 0px;
|
|
padding: 5px 0px;
|
|
@@ -494,47 +495,63 @@ img {
|
|
|
padding: 40px 60px;
|
|
padding: 40px 60px;
|
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list nav .breadcrumb-item a {
|
|
.footer .mobile-list nav .breadcrumb-item a {
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list nav #breadcrumb_minor {
|
|
.footer .mobile-list nav #breadcrumb_minor {
|
|
|
color: #68686b;
|
|
color: #68686b;
|
|
|
font-weight: 700 !important;
|
|
font-weight: 700 !important;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list {
|
|
.footer .mobile-list .mobile-tab-list {
|
|
|
font-size: 18px;
|
|
font-size: 18px;
|
|
|
margin: 30px auto;
|
|
margin: 30px auto;
|
|
|
- justify-content: space-around;
|
|
|
|
|
|
|
+ -ms-flex-pack: distribute;
|
|
|
|
|
+ justify-content: space-around;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list button {
|
|
.footer .mobile-list .mobile-tab-list button {
|
|
|
|
|
+ display: -webkit-box;
|
|
|
|
|
+ display: -ms-flexbox;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list button span {
|
|
.footer .mobile-list .mobile-tab-list button span {
|
|
|
display: none;
|
|
display: none;
|
|
|
margin-left: 15px;
|
|
margin-left: 15px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list .active span {
|
|
.footer .mobile-list .mobile-tab-list .active span {
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list .nav-pills .nav-link.active {
|
|
.footer .mobile-list .mobile-tab-list .nav-pills .nav-link.active {
|
|
|
color: var(--main-color);
|
|
color: var(--main-color);
|
|
|
background: none !important;
|
|
background: none !important;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list .tab-content {
|
|
.footer .mobile-list .mobile-tab-list .tab-content {
|
|
|
width: 30vw;
|
|
width: 30vw;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list .tab-content li {
|
|
.footer .mobile-list .mobile-tab-list .tab-content li {
|
|
|
margin: 7px 0 15px;
|
|
margin: 7px 0 15px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list .tab-content li a {
|
|
.footer .mobile-list .mobile-tab-list .tab-content li a {
|
|
|
color: #68686b;
|
|
color: #68686b;
|
|
|
font-weight: 700;
|
|
font-weight: 700;
|
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.footer .mobile-list .mobile-tab-list #v-pills-tab {
|
|
.footer .mobile-list .mobile-tab-list #v-pills-tab {
|
|
|
width: 200px;
|
|
width: 200px;
|
|
|
}
|
|
}
|
|
@@ -2306,6 +2323,12 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+@media screen and (min-width: 1024px) {
|
|
|
|
|
+ .room-planner-service-5-service-inf {
|
|
|
|
|
+ height: 180px;
|
|
|
|
|
+ }
|
|
|
|
|
+}
|
|
|
|
|
+
|
|
|
.room-planner-service-5-service-inf ul {
|
|
.room-planner-service-5-service-inf ul {
|
|
|
list-style: none;
|
|
list-style: none;
|
|
|
}
|
|
}
|
|
@@ -2315,7 +2338,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
font-weight: 500;
|
|
font-weight: 500;
|
|
|
color: #2a2a2a;
|
|
color: #2a2a2a;
|
|
|
letter-spacing: 1.5px;
|
|
letter-spacing: 1.5px;
|
|
|
- margin-top: -5px;
|
|
|
|
|
|
|
+ line-height: 2;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.room-planner-service-5-service-inf li::before {
|
|
.room-planner-service-5-service-inf li::before {
|
|
@@ -4860,6 +4883,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.furniture_design_content .tw-15 {
|
|
.furniture_design_content .tw-15 {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
@@ -5224,6 +5248,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
.design-container {
|
|
.design-container {
|
|
|
padding-top: 50px;
|
|
padding-top: 50px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.design-container .me-3 {
|
|
.design-container .me-3 {
|
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
|
}
|
|
}
|
|
@@ -5597,6 +5622,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
.store-tab #pills-tab .nav-item {
|
|
.store-tab #pills-tab .nav-item {
|
|
|
margin: 0 0.8rem;
|
|
margin: 0 0.8rem;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
@media screen and (max-width: 767px) {
|
|
@media screen and (max-width: 767px) {
|
|
|
.store-tab #pills-tab .nav-item {
|
|
.store-tab #pills-tab .nav-item {
|
|
|
margin: 0 0.5rem;
|
|
margin: 0 0.5rem;
|
|
@@ -5700,6 +5726,7 @@ input[type="search"]::-webkit-search-cancel-button {
|
|
|
font-weight: 600;
|
|
font-weight: 600;
|
|
|
font-size: 17px;
|
|
font-size: 17px;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
.store_content .reservation-link:hover {
|
|
.store_content .reservation-link:hover {
|
|
|
opacity: 0.7;
|
|
opacity: 0.7;
|
|
|
}
|
|
}
|