mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Added loadings animations to api page
This commit is contained in:
@@ -75,6 +75,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
form .disabled {
|
||||
opacity: 0%;
|
||||
}
|
||||
|
||||
.flex-container-change-api-container {
|
||||
padding-left: 5vw;
|
||||
|
||||
@@ -116,4 +120,14 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.loading-container {
|
||||
width: 100%;
|
||||
height: 83vh;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user