Add more styles

This commit is contained in:
Tom Raithel
2017-02-10 21:06:52 +01:00
parent 70ce2feefb
commit 10e6fd89eb
15 changed files with 118 additions and 8 deletions

View File

@@ -0,0 +1,24 @@
.badge {
color: var(--color-white);
display: inline-block;
padding: 0 15px;
text-transform: uppercase;
border-radius: 15px;
font-size: 14px;
line-height: 30px;
height: 30px;
overflow: hidden;
&--adopt {
background: var(--color-green);
}
&--trial {
background: var(--color-orange);
}
&--assess {
background: var(--color-blue);
}
&--hold {
background: var(--color-marine);
}
}