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
|
||||||
|
|
||||||
$body-bg: #ffffff !default;
|
$body-bg: #fff !default;
|
||||||
$body-color: $gray-700 !default;
|
$body-color: $gray-700 !default;
|
||||||
|
|||||||
@ -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
|
||||||
|
// );
|
||||||
|
|||||||
@ -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>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user