1
0
Fork 0
faulty.equipment/themes/fesite/assets/scss/cad.scss

21 lines
353 B
SCSS
Raw Normal View History

2023-09-14 09:55:12 +00:00
.cad-list {
article {
.title {
font-size: 17pt;
font-family: $iosevka;
font-weight: bold;
2023-09-15 22:01:55 +00:00
padding: 0.3rem 0;
display: block;
2023-09-14 09:55:12 +00:00
}
time {
color: rgb(160, 155, 166);
2023-09-15 22:01:55 +00:00
display: block;
font-size: $text-small;
2023-09-14 09:55:12 +00:00
}
.license {
font-size: $text-small;
}
margin-bottom: 1.5rem;
}
}