forked from em/receptty.org
Ikonka chilli pro recepty s tagem "pikantní"
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user