| Current Path : /var/www/html/eagledigital.com.br/css/files/ |
| Current File : /var/www/html/eagledigital.com.br/css/files/_aux.scss |
@include placeholder {
color: #424242;
}
.circle {
@include border-radius(50%);
}
.pointer {
cursor: pointer;
}
.no-margin {
margin: 0 !important;
}
.centered {
margin: 0 auto;
}
.icon-container {
@extend .circle;
@extend .centered;
@include max-content();
background-color: #fff;
}