integarting admin dashboard
This commit is contained in:
11
public/Dashboard/scss/common/light/_background.scss
Normal file
11
public/Dashboard/scss/common/light/_background.scss
Normal file
@ -0,0 +1,11 @@
|
||||
@each $color, $value in $social-colors {
|
||||
.bg-#{$color} {
|
||||
background: social-color($color);
|
||||
}
|
||||
}
|
||||
|
||||
@each $color, $value in $theme-gradient-colors {
|
||||
.bg-gradient-#{$color} {
|
||||
background: $value;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user