mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Redesigned the responsive design
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
label {
|
||||
display: block;
|
||||
width: 4vw;
|
||||
min-width: 80px;
|
||||
height: 4vh;
|
||||
background-color: var(--lightest-color);
|
||||
border-radius: 100px;
|
||||
@@ -20,6 +21,16 @@
|
||||
box-shadow: 0 0 20px #477a8550;
|
||||
}
|
||||
|
||||
label:hover {
|
||||
filter: brightness(90%);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
label:active {
|
||||
filter: brightness(105%);
|
||||
transition: none;
|
||||
}
|
||||
|
||||
label::after {
|
||||
content: "";
|
||||
width: 3.5vh;
|
||||
|
||||
Reference in New Issue
Block a user