CSS adjustments to dropdowns, cards, responsive

This commit is contained in:
2018-09-19 11:33:20 +02:00
parent 83097cf473
commit e079ac4da1
7 changed files with 39 additions and 17 deletions

View File

@@ -515,6 +515,25 @@
.ribbon
+ribbon
=label-tiny
position: relative
&:before
color: $color-danger
display: block
font-size: 8px
font-weight: bold
left: 100%
position: absolute
top: -4px
.new
+label-tiny
&:before
content: 'NEW'
@mixin text-background($text-color, $background-color, $roundness, $padding)
border-radius: $roundness
padding: $padding