chore: use camelCase for CSS modules
This commit is contained in:
@@ -7,12 +7,13 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
border: 1px solid #dadce0;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hourLine {
|
.hourLine {
|
||||||
width: 165px;
|
position: absolute;
|
||||||
height: 1px;
|
left: 0;
|
||||||
border-radius: var(--border-radius-none, 0px);
|
right: 0;
|
||||||
background: rgba(218, 220, 224, 0.25);
|
top: 50%;
|
||||||
|
border-top: 1px solid black; /* Adjust line styles as needed */
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user