%btn{ display: inline-block; @include border(); height: 40px; line-height: 38px; padding: 0 30px; text-transform: uppercase; font-size: 12px; font-weight: $font_weight_bold; i{ display: inline-block; padding-left: 15px; @include transition(); } } /* image alignment visibility box-shadow text transform counter button */ .clearfix{ @extend %clearfix; } // image img{ max-width: 100%; height: auto; vertical-align: middle; } .bg-image{ background-position: center; background-repeat: no-repeat; background-size: cover; background-color: lighten($color_shade,10%); } // Alignment .#{$prefix}-center{ text-align: center; } // visibility .blook-d-none{ display: none; } // box shadow .#{$prefix}-box-shadow{ box-shadow: 0 0 4px 4px rgba($color_light_gray,0.63); } .blook-section-border{ @include border-top(); border-color: rgba($color_light_gray,0.63); } // text transform .blook-text-uppercase{ text-transform: uppercase; } // counter .#{$prefix}-counter{ display: inline-block; width: 30px; height: 30px; line-height: 26px; text-align: center; @include border(2px,solid); border-radius: 100%; border-color: $color_white; font-size: 14px; } // button .blook-btn-rounded{ border-radius: 25px; } .blook-btn-primary{ &:hover, &:focus{ background-color: $color_white; } } .blook-read-more-btn{ display: block; position: relative; width: 100%; &:after{ content: ''; display: block; height: 1px; width: 100%; background-color: rgba($color_shade,0.63); position: absolute; left: 0; top: 20px; z-index: -1; } a{ @extend %btn; background-color: $color_white; } } .blook-btn-style-1{ @extend %btn; &:hover{ i{ @include transform(scale(1.2)); } } } .#{$prefix}-tooltip{ display: inline-block; width: 90px; height: 25px; line-height: 25px; text-align: center; font-size: 14px; background-color: $color_light_gray; border-radius: 3px; @include transition(); &:after{ content:''; width: 0; height: 0; border-style: solid; @include border-top(10px,solid); @include border-left(8px,solid); @include border-right(8px,solid); border-color: transparent; border-top-color: $color_light_gray; display: inline-block; position: absolute; top: 100%; right: 10px; } } .blook-post-format-icon{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; height: 38px; width: 38px; @include border(2px,solid); border-radius: 100%; opacity: 0.8; font-size: 16px; }