mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Close session and access to the API input done
This commit is contained in:
53
public/sass_styles/_goToAccount.scss
Normal file
53
public/sass_styles/_goToAccount.scss
Normal file
@@ -0,0 +1,53 @@
|
||||
.go-to-account {
|
||||
|
||||
width: 3vw;
|
||||
height: 3vw;
|
||||
|
||||
position: absolute;
|
||||
|
||||
left: 5vw;
|
||||
|
||||
background-color: $second-color;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
border-radius: 100%;
|
||||
|
||||
.go-to-account-text {
|
||||
|
||||
@include titleFont();
|
||||
text-decoration: none;
|
||||
user-select: none;
|
||||
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
|
||||
.close-session {
|
||||
width: 6vw;
|
||||
height: 3vw;
|
||||
|
||||
position: absolute;
|
||||
|
||||
left: 10vw;
|
||||
|
||||
background-color: $second-color;
|
||||
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
border-radius: 5%;
|
||||
|
||||
.close-session-text {
|
||||
|
||||
@include titleFont();
|
||||
text-decoration: none;
|
||||
|
||||
user-select: none;
|
||||
|
||||
color: #ffffff;
|
||||
}
|
||||
}
|
||||
@@ -60,6 +60,7 @@ $lightest-color-dark: #EEEEEE;
|
||||
@import 'identify';
|
||||
@import 'dark-mode_toogle-switch';
|
||||
@import 'account';
|
||||
@import 'goToAccount';
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
|
||||
Reference in New Issue
Block a user