mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fixed stylelint
This commit is contained in:
parent
aa21deecf0
commit
0e779d27a1
@ -1,4 +1,4 @@
|
||||
// Body
|
||||
|
||||
$body-bg: #ffffff !default;
|
||||
$body-bg: #fff !default;
|
||||
$body-color: $gray-700 !default;
|
||||
|
||||
@ -1,10 +1,13 @@
|
||||
// Body
|
||||
// Sections
|
||||
|
||||
$section-colors: () !default;
|
||||
$section-colors: map-merge((
|
||||
"primary": $body-bg,
|
||||
"secondary": $secondary,
|
||||
"light": $gray-400,
|
||||
"dark": $dark,
|
||||
"darker": $darker
|
||||
), $section-colors);
|
||||
// $section-colors: () !default;
|
||||
// $section-colors: map-merge(
|
||||
// (
|
||||
// "primary": $body-bg,
|
||||
// "secondary": $secondary,
|
||||
// "light": $gray-400,
|
||||
// "dark": $dark,
|
||||
// "darker": $darker
|
||||
// ),
|
||||
// $section-colors
|
||||
// );
|
||||
|
||||
@ -49,13 +49,4 @@ export default {
|
||||
height: 100%;
|
||||
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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user