Contact


        
    

    
/* No context defined for this component. */
  • Content:
    .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;
            }
        }
    }
    
  • URL: /components/raw/contact/_contact.scss
  • Filesystem Path: build/components/02-elements/contact/_contact.scss
  • Size: 667 Bytes

There are no notes for this item.