Current path: home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules/shortcodes/
?? Go up: /home/webdevt/www/wdp/wp-content/themes/quadric/assets/css/scss/modules
/* ==========================================================================
Dropcaps shortcodes styles
========================================================================== */
.edgtf-dropcaps{
position: relative;
display: inline-block;
float: left;
height: 45px;
width: 45px;
line-height: 45px;
font-size: 40px;
color: $first-main-color;
font-weight: 700;
text-align: center;
margin: 5px 11px 0 0;
&.edgtf-square{
font-size: 25px;
background-color: $first-main-color;
color: #fff;
}
&.edgtf-circle{
@extend .edgtf-square;
@include edgtfBorderRadius(2em);
}
}
/* ==========================================================================
Dropcaps shortcode end styles
========================================================================== */