@ -1,26 +1,26 @@ | |||||
@import '../../_variables.scss'; | @import '../../_variables.scss'; | ||||
.esh-basketstatus { | .esh-basketstatus { | ||||
float:right; | |||||
float: right; | |||||
position: relative; | |||||
&-image { | &-image { | ||||
height: 36px; | height: 36px; | ||||
margin-top: 5px; | |||||
margin-top: .5rem; | |||||
} | } | ||||
&-badge { | &-badge { | ||||
position: absolute; | |||||
margin-top: 2px; | |||||
margin-left: 14px; | |||||
background-color: #83d01b; | |||||
padding: 1px; | |||||
color: white; | |||||
$size: 1.5rem; | |||||
background-color: $color-secondary; | |||||
border-radius: 50%; | border-radius: 50%; | ||||
width: 18px; | |||||
height: 18px; | |||||
font-size: 12px; | |||||
cursor: pointer; | |||||
color: $color-foreground-brighter; | |||||
display: block; | |||||
height: $size; | |||||
left: 50%; | |||||
position: absolute; | |||||
text-align: center; | |||||
top: 0; | top: 0; | ||||
padding-left: 3px; | |||||
transform: translateX(-38%); | |||||
width: $size; | |||||
} | } | ||||
} | } |