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:
@@ -17,6 +17,10 @@
|
||||
padding: 5vh 0px;
|
||||
background-color: $second-color;
|
||||
|
||||
cursor: pointer;
|
||||
|
||||
transition: 0.4s ease-in-out;
|
||||
|
||||
h2 {
|
||||
@include titleFont();
|
||||
@include normalizeTitle();
|
||||
@@ -24,6 +28,11 @@
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.active-option {
|
||||
cursor: initial;
|
||||
background-color: $second-color-darker;
|
||||
}
|
||||
}
|
||||
|
||||
.form-container {
|
||||
|
||||
@@ -41,6 +41,7 @@ $border-color: #969696;
|
||||
|
||||
$main-color: #62D2A2;
|
||||
$second-color: #1FAB89;
|
||||
$second-color-darker: #15745c;
|
||||
$light-color: #9DF3C4;
|
||||
$lightest-color: #D7FBE8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user