Ikonka chilli pro recepty s tagem "pikantní"

This commit is contained in:
Emil Miler
2021-03-14 16:32:37 +01:00
parent edf9ca29f4
commit b7c7def1b6
13 changed files with 41 additions and 25 deletions

View File

@ -106,6 +106,7 @@ main {
}
article {
position: relative;
display:flex;
flex-direction:column;
background:$article-background;
@ -134,6 +135,17 @@ main {
margin-top: auto;
color:$article-date-color;
}
&.chilli a::after {
content: "";
position: absolute;
right: .8em;
top: .8em;
width: 3em;
height: 3em;
background: url(chilli.svg) top center no-repeat;
background-size: contain;
}
}
}
}