diff --git a/wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css b/wp-content/themes/cosmopet/modules/layout/assets/css/core-styles.css similarity index 100% rename from wp-content/themes/cosmopet/modules/layout/assets/css/gp-style-core.css rename to wp-content/themes/cosmopet/modules/layout/assets/css/core-styles.css diff --git a/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php b/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php index 59b3ce5..5b2108f 100644 --- a/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php +++ b/wp-content/themes/cosmopet/modules/static-pages/new-front-page/template-new-front-page.php @@ -40,16 +40,16 @@ function theme_enqueue_scripts() { wp_enqueue_style('gp-front-page-materialize-css', get_template_directory_uri() . '/static/css/libs/materialize.min.css'); wp_enqueue_style( 'gp-front-page-style-2', - get_template_directory_uri() . '/static/css/front-page.css', + get_template_directory_uri() . '/static/css/front-page-style.css', array(), - filemtime(get_template_directory() . '/static/css/front-page.css') + filemtime(get_template_directory() . '/static/css/front-page-style.css') ); wp_enqueue_style( 'gp-front-page-style', - get_template_directory_uri() . '/static/css/new-front-page.css', + get_template_directory_uri() . '/static/css/new-front-page-style.css', array(), - filemtime(get_template_directory() . '/static/css/new-front-page.css') + filemtime(get_template_directory() . '/static/css/new-front-page-style.css') ); wp_enqueue_script('gp-front-page-materialize', get_template_directory_uri() . '/static/js/libs/materialize.min.js', array(), null, true); wp_enqueue_script('gp-front-page-main', get_template_directory_uri() . '/static/js/new-front-page.js', array(), null, true); diff --git a/wp-content/themes/cosmopet/static/css/front-page.css b/wp-content/themes/cosmopet/static/css/front-page-style.css similarity index 100% rename from wp-content/themes/cosmopet/static/css/front-page.css rename to wp-content/themes/cosmopet/static/css/front-page-style.css diff --git a/wp-content/themes/cosmopet/static/css/new-front-page.css b/wp-content/themes/cosmopet/static/css/new-front-page-style.css similarity index 97% rename from wp-content/themes/cosmopet/static/css/new-front-page.css rename to wp-content/themes/cosmopet/static/css/new-front-page-style.css index 448757f..f815f84 100644 --- a/wp-content/themes/cosmopet/static/css/new-front-page.css +++ b/wp-content/themes/cosmopet/static/css/new-front-page-style.css @@ -2387,7 +2387,7 @@ background: #e5f1fa; .about_slider .slide_title{ text-transform: uppercase; font-size: 24px; - font-weight: 900; + font-weight: 900 !important; line-height: 28.8px; color: var(--grey-black, #121212); } @@ -3152,16 +3152,16 @@ position: absolute; gap: 12px; } - .about_slider .carousel .carousel-item { + #about .about_slider .carousel .carousel-item { padding: 10px 39px; width: 290px; height: 290px; - border-radius: 100%; + border-radius: 100% !important; } .about_slider .carousel .carousel-item::after { background-image: url(../img/border-mobile.png); - border-radius: 100%; + border-radius: 100% !important; } .about_slider .prev { @@ -3897,31 +3897,31 @@ background-color: #fff; @media (max-width: 576px) { .about_slider .slide { - padding: 10px 39px; - width: 280px; - height: 280px; - border-radius: 100%; - gap: 12px; + padding: 10px 39px !important; + width: 280px!important; + height: 280px!important; + border-radius: 100% !important; + gap: 12px!important; } .about_slider .carousel .carousel-item { - padding: 10px 39px; - width: 290px; - height: 290px; - border-radius: 100%; + padding: 10px 39px !important; + width: 290px!important; + height: 290px!important; + border-radius: 100% !important; } .about_slider .carousel .carousel-item::after { background-image: url(../img/border-mobile.png); - border-radius: 100%; + border-radius: 100% !important; } .about_slider .prev { - left: 10vw; + left: 10vw!important; } .about_slider .next { - right: 10vw; + right: 10vw!important; } .about_slider .slide.active { @@ -3929,8 +3929,8 @@ background-color: #fff; } .about_slider .slide img { - width: 113px; - height: 113px; + width: 113px !important; + height: 113px !important; } .about_slider .slide_info { @@ -3939,8 +3939,8 @@ background-color: #fff; .about_slider .slide_text, .about_slider .slide_title { - font-size: 12px; - line-height: 14.4px; + font-size: 12px !important; + line-height: 14.4px !important; text-align: center; } .truth_end-text{