Files
doitinpoland.com/wp-content/themes/cyber/assets/css/custom.scss
2024-09-27 14:07:49 +02:00

111 lines
1.6 KiB
SCSS

.single_case_study {
.cyber-single-cases-study {
.em-cases-study-content {
transition: background 250ms ease-in-out;
&:hover {
background: #f7f9fe;
.em-cases-study-title {
h2 {
a {
color: #bf2222;
}
}
}
}
.em-cases-study-content-link {
position: absolute;
inset: 0;
z-index: 1;
}
}
}
}
.footer-middle {
#custom_html-2 {
span {
display: block;
margin-bottom: 5px;
}
a {
i {
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
color: #fff;
background: #bf2222;
border-radius: 5px;
}
}
}
}
.kc-multi-icons-wrapper {
.multi-icons-link.multi-iconsfa.fa-x-twitter {
&::before {
display: none !important;
}
}
}
i.fa.fa-twitter {
&::before {
content: '\e61b' !important;
}
}
i.sl-social-twitter {
&::before {
content: '\e61b' !important;
font-family: 'FontAwesome';
font-style: inherit;
display: inline-block;
text-rendering: auto;
speak: none;
font-weight: normal;
}
}
body {
&:not(.home) {
.em40_header_area_main {
position: sticky;
top: 0;
z-index: 10;
background: #fff;
.cyber-main-menu {
.trp_nav_area {
.logo-left {
align-items: center;
}
}
}
}
}
}
.widget.widget_archive {
ul.archive-list {
li.archive-year {
ul.archive-months {
padding: 0;
padding-left: 15px;
margin-bottom: 10px;
border-left: 1px solid #e8e8e8;
li.archive-month {
padding: 5px 0;
border: none;
a {
font-size: 16px;
}
}
}
}
}
}