formatted css file

This commit is contained in:
Karma Riuk 2023-09-01 15:07:41 +02:00
parent c5bc35758e
commit 0504e918e9

View File

@ -971,7 +971,10 @@ section {
position: relative; position: relative;
} }
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet { .portfolio-details
.portfolio-details-slider
.swiper-pagination
.swiper-pagination-bullet {
width: 12px; width: 12px;
height: 12px; height: 12px;
background-color: #fff; background-color: #fff;
@ -979,7 +982,10 @@ section {
border: 1px solid #ffb727; border: 1px solid #ffb727;
} }
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active { .portfolio-details
.portfolio-details-slider
.swiper-pagination
.swiper-pagination-bullet-active {
background-color: #ffb727; background-color: #ffb727;
} }
@ -1260,7 +1266,7 @@ section {
padding: 12px 15px; padding: 12px 15px;
} }
.contact .php-email-form button[type=submit] { .contact .php-email-form button[type="submit"] {
background: #ffb727; background: #ffb727;
border: 0; border: 0;
padding: 10px 24px; padding: 10px 24px;
@ -1269,7 +1275,7 @@ section {
border-radius: 5px; border-radius: 5px;
} }
.contact .php-email-form button[type=submit]:hover { .contact .php-email-form button[type="submit"]:hover {
background: #ffc85a; background: #ffc85a;
} }