mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-23 18:02:18 +00:00
Create and implement "ClassScheduleCalendarSelector" in "ClassScheduleOverview" component
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
.fhc-pointer-events-none {
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.fhc-pointer-events-all {
|
||||
pointer-events: all;
|
||||
}
|
||||
|
||||
.fhc-cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fhc-resize-vertical {
|
||||
cursor: ns-resize;
|
||||
}
|
||||
|
||||
.fhc-drag-handle:hover {
|
||||
cursor: grab;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.fhc-w-fit {
|
||||
width: fit-content;
|
||||
}
|
||||
Reference in New Issue
Block a user