/* No context defined for this component. */
.phonenumber {
position: relative;
&__content {
display: none;
top: 41px;
width: 326px;
position: absolute;
background: $color-tertiary;
border-top: 3px solid $color-primary;
font-family: 'sans-serif';
font-weight: $font-weight-base;
font-style: normal;
color: $font-color-base;
padding: $spacer--medium $spacer--l;
border-radius: $border-radius;
box-shadow: $box-shadow;
z-index: 99;
}
@include mq($screen-m) {
&:hover .phonenumber__content,
& .phonenumber__content:hover {
display: block;
}
}
}
There are no notes for this item.