mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Upload API and Change API options done
This commit is contained in:
119
public/sass_styles/_account.scss
Normal file
119
public/sass_styles/_account.scss
Normal file
@@ -0,0 +1,119 @@
|
||||
.account-container {
|
||||
|
||||
#message {
|
||||
padding-left: 5vw;
|
||||
|
||||
background-color: #ff6a6a;
|
||||
|
||||
h1 {
|
||||
@include titleFont();
|
||||
@include normalizeTitle();
|
||||
|
||||
color: #ffffff;
|
||||
padding: 2vh 0px;
|
||||
}
|
||||
}
|
||||
|
||||
.successfully {
|
||||
background-color: #75b7ff !important;
|
||||
|
||||
h1 {color: #3a3a3a !important;}
|
||||
}
|
||||
|
||||
.next-step {
|
||||
|
||||
.disabled {
|
||||
user-select: none;
|
||||
cursor: initial;
|
||||
pointer-events: none;
|
||||
opacity: 30%;
|
||||
}
|
||||
|
||||
.next-step-title {
|
||||
padding-left: 5vw;
|
||||
|
||||
padding-top: 5vh;
|
||||
|
||||
background-color: $light-color;
|
||||
|
||||
h1, h2 {
|
||||
|
||||
@include normalizeTitle();
|
||||
@include titleFont();
|
||||
|
||||
color: $second-color;
|
||||
|
||||
padding-bottom: 3vh;
|
||||
}
|
||||
}
|
||||
|
||||
form {
|
||||
width: 50vw;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
||||
padding-top: 1vh;
|
||||
|
||||
|
||||
input {
|
||||
height: 4vh;
|
||||
width: 60%;
|
||||
|
||||
margin-bottom: 1vh;
|
||||
|
||||
border: none;
|
||||
border-bottom: 1px solid $border-color;
|
||||
outline: none;
|
||||
|
||||
}
|
||||
|
||||
input[type=submit] {
|
||||
width: 50%;
|
||||
border: $border-color solid 1px;
|
||||
}
|
||||
}
|
||||
|
||||
.flex-container-change-api-container {
|
||||
padding-left: 5vw;
|
||||
|
||||
.change-api-container {
|
||||
width: 50vw;
|
||||
background-color: $lightest-color;
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
padding-top: 1vh;
|
||||
|
||||
border-radius: 5%;
|
||||
|
||||
.api-preview-container {
|
||||
|
||||
|
||||
.title {
|
||||
@include normalizeTitle();
|
||||
@include titleFont();
|
||||
}
|
||||
|
||||
.api-preview {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
#change-API-button {
|
||||
height: 4vh;
|
||||
width: 20vw;
|
||||
|
||||
margin-bottom: 1vh;
|
||||
|
||||
border: none;
|
||||
outline: none;
|
||||
|
||||
border: $border-color solid 1px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -59,6 +59,7 @@ $lightest-color-dark: #EEEEEE;
|
||||
@import 'pomodoro-counter';
|
||||
@import 'identify';
|
||||
@import 'dark-mode_toogle-switch';
|
||||
@import 'account';
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user