fixed stylelint

This commit is contained in:
ogerly 2022-05-10 07:05:57 +02:00
parent aa21deecf0
commit 0e779d27a1
3 changed files with 13 additions and 19 deletions

View File

@ -1,4 +1,4 @@
// Body // Body
$body-bg: #ffffff !default; $body-bg: #fff !default;
$body-color: $gray-700 !default; $body-color: $gray-700 !default;

View File

@ -1,10 +1,13 @@
// Body // Sections
$section-colors: () !default; // $section-colors: () !default;
$section-colors: map-merge(( // $section-colors: map-merge(
"primary": $body-bg, // (
"secondary": $secondary, // "primary": $body-bg,
"light": $gray-400, // "secondary": $secondary,
"dark": $dark, // "light": $gray-400,
"darker": $darker // "dark": $dark,
), $section-colors); // "darker": $darker
// ),
// $section-colors
// );

View File

@ -49,13 +49,4 @@ export default {
height: 100%; height: 100%;
border-radius: 0 94% 63% 0/0 78% 54% 0; border-radius: 0 94% 63% 0/0 78% 54% 0;
} }
@media screen and (max-width: 1398px) {
.carousel-item {
}
}
@media screen and (max-width: 1200px) {
.carousel-item {
}
}
</style> </style>