| Current Path : /var/www/html/educasegurospatria.sumar.com.py/mod/hvp/editor/styles/scss/ |
| Current File : /var/www/html/educasegurospatria.sumar.com.py/mod/hvp/editor/styles/scss/_mixins.scss |
@mixin button-background($background, $highlight) {
background: $background;
background-image:
linear-gradient($highlight 50%, transparent 50%, transparent);
}
@mixin field-margin($margin) {
margin: $margin 0;
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}