changed recentNotes.scss
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Struchkov Mark 2024-09-04 20:16:07 +03:00
parent 269b89e7de
commit 133a34259b
No known key found for this signature in database
GPG Key ID: A3F0AC3F0FA52F3C

View File

@ -1,24 +1,31 @@
.recent-notes {
& > h3 {
margin: 0.5rem 0 0 0;
font-size: 1rem;
.recent-notes>h3 {
margin: .5rem 0 0;
font-size: 1rem
}
& > ul.recent-ul {
list-style: none;
.recent-notes>ul.recent-ul {
margin-top: 1rem;
padding-left: 0;
& > li {
margin: 1rem 0;
.section > .desc > h3 > a {
background-color: transparent;
list-style: none
}
.section > .meta {
margin: 0 0 0.5rem 0;
opacity: 0.6;
.recent-notes>ul.recent-ul>li {
margin: 1rem 0
}
.recent-notes>ul.recent-ul>li .section>.desc>h3>a {
background-color: #0000
}
.recent-notes>ul.recent-ul>li .section>.meta {
opacity: .6;
margin: 0 0 .5rem
}
.left .recent-notes:nth-last-child(2) {
grid-area: 3/1/3/3
}
.left .recent-notes:last-child {
grid-area: 4/1/4/3
}