mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
32 lines
556 B
SCSS
32 lines
556 B
SCSS
.clockify-tasks-display {
|
|
|
|
width: 20vw;
|
|
position: absolute;
|
|
|
|
top: 60vh;
|
|
left: 2.5vw;
|
|
|
|
&.loading-container {
|
|
width: 20vw;
|
|
height: auto;
|
|
}
|
|
|
|
&.disabled {
|
|
user-select: none;
|
|
cursor: initial;
|
|
pointer-events: none;
|
|
opacity: 30%;
|
|
}
|
|
|
|
.workspace-selector, .project-selector {
|
|
width: 15vw;
|
|
height: 3vw;
|
|
|
|
&.disabled {
|
|
user-select: none;
|
|
cursor: initial;
|
|
pointer-events: none;
|
|
opacity: 30%;
|
|
}
|
|
}
|
|
} |