D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
buildteksolution
/
www
/
superadmin
/
assets
/
scss
/
shared
/
components
/
mixins
/
Filename :
_background.scss
back
Copy
// Background Mixins // @mixin bg($color) { background: $color; } @mixin bg-inverse-variant($color) { background: rgba($color, 0.2); } @mixin hexagon-variations($color) { background: $color; color: $white; &:after { border: 26px solid transparent; border-top: 13px solid $color; } &:before { border: 26px solid transparent; border-bottom: 13px solid $color; } }