website/sass/tag/main.scss

51 lines
607 B
SCSS
Raw Permalink Normal View History

2022-04-08 12:25:22 +00:00
@import "../components/page";
$std-trans: 0.3s;
.tag__item-link,
.tag__item-link:visited {
text-decoration: none;
}
.tag__item-link {
display: flex;
2022-04-17 20:26:35 +00:00
align-items: start;
flex-direction: column;
flex: 2;
2022-04-08 12:25:22 +00:00
}
.tag__item {
border-bottom: 1px dashed #333;
margin: 10px;
2022-04-17 20:26:35 +00:00
display: flex;
justify-content: space-between;
padding: 5px;
2022-04-08 12:25:22 +00:00
}
2022-04-17 20:26:35 +00:00
2022-04-08 12:25:22 +00:00
.tag__item-title {
font-size: 1.4rem;
2022-04-17 20:26:35 +00:00
}
.tag__meta {
font-size: 0.7rem;
}
.tag__rss-link {
margin: auto 20px;
}
.tag__title {
display: inline;
2022-04-08 12:25:22 +00:00
flex: 2;
}
2022-04-17 20:26:35 +00:00
.tag__title-container {
margin: 35px 0;
display: flex;
}
.tag__rss-link--single {
margin: auto;
}