This commit is contained in:
parent
eee191955e
commit
bccc2cc66a
@ -4,6 +4,8 @@ uploadPath: ../media/content
|
|||||||
meta:
|
meta:
|
||||||
label: Inhalt
|
label: Inhalt
|
||||||
muiIcon: web
|
muiIcon: web
|
||||||
|
defaultSort:
|
||||||
|
order: MANUALLY
|
||||||
views:
|
views:
|
||||||
- type: table
|
- type: table
|
||||||
columns:
|
columns:
|
||||||
@ -42,6 +44,7 @@ meta:
|
|||||||
- source: aktiv
|
- source: aktiv
|
||||||
- source: meta
|
- source: meta
|
||||||
|
|
||||||
|
|
||||||
imageFilter:
|
imageFilter:
|
||||||
xs:
|
xs:
|
||||||
- fit: true
|
- fit: true
|
||||||
|
@ -96,9 +96,8 @@ table {
|
|||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
* {
|
* {
|
||||||
transition: background-color 0.5s ease, border-color 0.5s ease, color 0.5s ease, max-height 0.5s, height 0.5s ease,
|
transition: max-height 0.5s, height 0.5s ease, width 0.5s ease, flex 0.5s ease, opacity 0.5s ease, top 0.5s ease,
|
||||||
width 0.5s ease, flex 0.5s ease, opacity 0.5s ease, top 0.5s ease, bottom 0.5s ease, left 0.5s ease,
|
bottom 0.5s ease, left 0.5s ease, right 0.5s ease, transform 0.5s ease;
|
||||||
right 0.5s ease, transform 0.5s ease;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
button {
|
button {
|
||||||
|
@ -131,6 +131,7 @@
|
|||||||
swiper-container {
|
swiper-container {
|
||||||
max-width: 90vw;
|
max-width: 90vw;
|
||||||
width: 1800px;
|
width: 1800px;
|
||||||
|
padding: 0px !important;
|
||||||
}
|
}
|
||||||
.inner-container {
|
.inner-container {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
Loading…
Reference in New Issue
Block a user