Customize widget archives

This commit is contained in:
Roman Pyrih
2024-09-27 14:07:49 +02:00
parent 7175b922e1
commit 25ec95e67b
8 changed files with 130 additions and 17 deletions

View File

@@ -67,3 +67,44 @@ i.sl-social-twitter {
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;
}
}
}
}
}
}