🎨 Cleanup code formatting

This commit is contained in:
2024-02-02 23:02:39 +01:00
parent f6bd241db3
commit e98b24303c
26 changed files with 1943 additions and 2010 deletions

View File

@@ -1,27 +1,27 @@
.App {
--idfm-black: #2c2e35;
--idfm-white: #ffffff;
--idfm-black: #2c2e35;
--idfm-white: #ffffff;
--neutral-color: #d7dbdf;
--neutral-color: #d7dbdf;
--border-radius: calc(15/1920*100%);
--border-radius: calc(15/1920*100%);
height: inherit;
width: inherit;
height: inherit;
width: inherit;
scroll-snap-type: x mandatory;
overflow-x: scroll;
scroll-snap-type: x mandatory;
overflow-x: scroll;
display: flex;
text-align: center;
display: flex;
text-align: center;
.panel {
min-width: 100%;
height: inherit;
width: inherit;
.panel {
min-width: 100%;
height: inherit;
width: inherit;
scroll-snap-align: center;
scroll-snap-align: center;
background-color: var(--idfm-black);
}
background-color: var(--idfm-black);
}
}