]> _ Git - spinepro.git/commitdiff
wait #7190 @0:15
authorsoufiane <soufiane@cubedesigners.com>
Tue, 19 Nov 2024 10:03:26 +0000 (11:03 +0100)
committersoufiane <soufiane@cubedesigners.com>
Tue, 19 Nov 2024 10:03:26 +0000 (11:03 +0100)
wp-content/themes/CCV/dist/styles/app.css
wp-content/themes/CCV/resources/assets/styles/widgets/link-carousel.styl

index 27342603ee4177aea2a9f76cb00b26c09a155120..7f853ed6faf5d445b21dbe634100773fed10ffc1 100644 (file)
@@ -1640,8 +1640,8 @@ input[type="submit"] {
   display: inline-block;
   overflow: hidden;
   --bg-opacity: 1;
-  background-color: #1D7AEA;
-  background-color: rgba(29, 122, 234, var(--bg-opacity));
+  background-color: #FF078B;
+  background-color: rgba(255, 7, 139, var(--bg-opacity));
   --text-opacity: 1;
   color: #FFF;
   color: rgba(255, 255, 255, var(--text-opacity));
@@ -1700,8 +1700,8 @@ input[type="submit"]:hover {
 .custom-checkbox input:checked ~ .form-label:before,
 .custom-checkbox input:checked ~ .form-label-reversed:after {
   --bg-opacity: 1;
-  background-color: #1D7AEA;
-  background-color: rgba(29, 122, 234, var(--bg-opacity));
+  background-color: #FF078B;
+  background-color: rgba(255, 7, 139, var(--bg-opacity));
 }
 
 .custom-checkbox input {
@@ -2120,8 +2120,8 @@ h4,
 
 .lity-container .lity-close {
   --bg-opacity: 1;
-  background-color: #1D7AEA;
-  background-color: rgba(29, 122, 234, var(--bg-opacity));
+  background-color: #FF078B;
+  background-color: rgba(255, 7, 139, var(--bg-opacity));
   position: absolute;
   top: 0;
   right: 0;
@@ -2355,7 +2355,7 @@ h4,
   transition-delay: 0s;
 }
 
-@media only screen and (min-width: 1200px) {
+@media only screen and (min-width: 1024px) {
   .mobile-menu-trigger {
     display: none;
   }
@@ -2399,13 +2399,13 @@ h4,
   transform: scale(0);
 }
 
-@media only screen and (min-width: 1200px) {
+@media only screen and (min-width: 1024px) {
   .nav-primary-container {
     margin-top: -12px;
   }
 }
 
-@media only screen and (max-width: 1199px) {
+@media only screen and (max-width: 1023px) {
   .nav-primary {
     display: none;
   }
@@ -2510,7 +2510,7 @@ h4,
   padding-right: 48px;
 }
 
-@media only screen and (max-width: 1199px) {
+@media only screen and (max-width: 1023px) {
   .nav-secondary {
     display: none !important;
   }
@@ -3170,8 +3170,8 @@ body .elementor-section:not(#slideshow-section) {
 .elementor-image .wp-caption-text:before {
   display: inline-block;
   --bg-opacity: 1;
-  background-color: #1D7AEA;
-  background-color: rgba(29, 122, 234, var(--bg-opacity));
+  background-color: #FF078B;
+  background-color: rgba(255, 7, 139, var(--bg-opacity));
   margin-right: 0.5rem;
   content: '';
   width: 2.5vw;
@@ -3340,6 +3340,7 @@ body .elementor-section:not(#slideshow-section) {
 .link-carousel-item-image {
   flex-grow: 1;
   max-height: 180px;
+  width: 100%;
 }
 
 .link-carousel-item-image img {
@@ -3941,8 +3942,8 @@ body .elementor-section:not(#slideshow-section) {
 
 .photo-grid-caption:before {
   --bg-opacity: 1;
-  background-color: #1D7AEA;
-  background-color: rgba(29, 122, 234, var(--bg-opacity));
+  background-color: #FF078B;
+  background-color: rgba(255, 7, 139, var(--bg-opacity));
   content: '';
   display: block;
   width: 48px;
@@ -4785,8 +4786,8 @@ body .elementor-section:not(#slideshow-section) {
 
 .timeline-item-date-highlight {
   --bg-opacity: 1;
-  background-color: #1D7AEA;
-  background-color: rgba(29, 122, 234, var(--bg-opacity));
+  background-color: #FF078B;
+  background-color: rgba(255, 7, 139, var(--bg-opacity));
 }
 
 .timeline-item-date img {
index 124554cd15a6ff19b9f5d7856369a60a415b34d0..483a0b74451fdb88d35e7eca5e3be18c05f859ec 100644 (file)
@@ -22,6 +22,7 @@
       flex-grow: 1
       //padding: 2.5em 1em 1em
       max-height: 180px
+      width 100%
 
       img
         width: 100%