app/assets/sass/layout/_sections.scss: brand-color is named primary in bootstrap 5.2.0
This commit is contained in:
parent
44b7a3a7b0
commit
a971a5553a
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
|
|
||||||
.head-section {
|
.head-section {
|
||||||
background-color: $brand-color;
|
background-color: $primary;
|
||||||
background-image: url(#{$image-path}/header-pattern.jpg);
|
background-image: url(#{$image-path}/header-pattern.jpg);
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue