changed recentNotes.scss
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
269b89e7de
commit
133a34259b
@ -1,24 +1,31 @@
|
||||
.recent-notes {
|
||||
& > h3 {
|
||||
margin: 0.5rem 0 0 0;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
& > ul.recent-ul {
|
||||
list-style: none;
|
||||
margin-top: 1rem;
|
||||
padding-left: 0;
|
||||
|
||||
& > li {
|
||||
margin: 1rem 0;
|
||||
.section > .desc > h3 > a {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.section > .meta {
|
||||
margin: 0 0 0.5rem 0;
|
||||
opacity: 0.6;
|
||||
}
|
||||
}
|
||||
}
|
||||
.recent-notes>h3 {
|
||||
margin: .5rem 0 0;
|
||||
font-size: 1rem
|
||||
}
|
||||
|
||||
.recent-notes>ul.recent-ul {
|
||||
margin-top: 1rem;
|
||||
padding-left: 0;
|
||||
list-style: none
|
||||
}
|
||||
|
||||
.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
|
||||
}
|
Loading…
Reference in New Issue
Block a user