adding twig helper for routing and more

This commit is contained in:
2019-05-02 23:11:09 +02:00
parent 18463fb18a
commit 45a5583ab8
10 changed files with 226 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
.chill__box {
font-variant: small-caps;
display: inline;
padding: .2em .6em .3em;
font-size: 0.88rem;
font-weight: bold;
line-height: 1;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
color: white;
&.green {
background-color: var(--chill-green);
color: white;
}
&.red {
background-color: var(--chill-red);
color: white;
}
}