🎨 Cleanup code formatting
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user