mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Style and dinamic URL for the form done
This commit is contained in:
@@ -349,6 +349,8 @@
|
||||
justify-content: space-around;
|
||||
padding: 5vh 0px;
|
||||
background-color: #1FAB89;
|
||||
cursor: pointer;
|
||||
transition: 0.4s ease-in-out;
|
||||
}
|
||||
.identify-container .identify .options-container .option h2 {
|
||||
font-family: "Raleway", sans-serif;
|
||||
@@ -358,6 +360,10 @@
|
||||
user-select: none;
|
||||
color: #ffffff;
|
||||
}
|
||||
.identify-container .identify .options-container .active-option {
|
||||
cursor: initial;
|
||||
background-color: #15745c;
|
||||
}
|
||||
.identify-container .identify .form-container {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user