CSS adjustments to dropdowns, cards, responsive
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user