mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Header and BannerLogin done
This commit is contained in:
41
public/sass_styles/styles.scss
Normal file
41
public/sass_styles/styles.scss
Normal file
@@ -0,0 +1,41 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
@mixin titleFont {
|
||||
font-family: 'Raleway', sans-serif;
|
||||
}
|
||||
|
||||
@mixin bodyFont {
|
||||
font-family: 'Rambla', sans-serif;
|
||||
}
|
||||
|
||||
@mixin normalizeTitle {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@mixin normalizeBody {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@mixin normalizeButton {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 8vw;
|
||||
}
|
||||
|
||||
$main-color: #62D2A2;
|
||||
$second-color: #1FAB89;
|
||||
$light-color: #9DF3C4;
|
||||
$lightest-color: #D7FBE8;
|
||||
|
||||
@import 'header';
|
||||
@import 'banner-login';
|
||||
Reference in New Issue
Block a user