taiga-front/app/styles/dependencies/mixins/background.scss

10 lines
250 B
SCSS

@mixin triangled-bg {
background: url('../images/bg.png') no-repeat center center;
background-size: cover;
}
@mixin background-taiga {
background: url('../images/invitation_bg.jpg') no-repeat center center;
background-size: cover;
}