apct-landing/themes/meghna-hugo/assets/css/custom.css
2021-03-16 10:51:57 -03:00

46 lines
802 B
CSS

.navigation {
background-color: #292F36;
width: 100%;
margin-bottom: 0;
}
#contact-submit:hover {
border-color: #2c9091;
background-color: #0099FF;
}
/* this should probably be #215CD2 */
.btn-main:hover {
background: #0099FF;
color: #fff;
}
.price-item {
background-color: #0d0e0f;
}
.counters-item {
/* background-color: #0d0e0f; */
}
.service-block {
background-color: #0d0e0f;
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(33, 92, 210, 0.8);
}
.service-block:hover {
background-color: #0d0e0f;
box-shadow: 5px 5px 5px rgba(44, 44, 44, 0.3), 13px 13px 0 rgba(0, 153, 255, 0.8);
}
.skill-bar .progress .progress-bar {
background: #215CD2;
}
.member-photo .mask {
background-color: rgba(33, 92, 210, 0.7);
}