16 lines
254 B
SCSS
16 lines
254 B
SCSS
.cad-list {
|
|
article {
|
|
.title {
|
|
font-size: 17pt;
|
|
font-family: $iosevka;
|
|
font-weight: bold;
|
|
}
|
|
time {
|
|
color: rgb(160, 155, 166);
|
|
}
|
|
.license {
|
|
font-size: $text-small;
|
|
}
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
}
|