Minor fixes

This commit is contained in:
2021-10-02 18:54:55 -03:00
parent e4f3bccd8c
commit 8a7b4ec1d2
16 changed files with 348 additions and 17 deletions

View File

@@ -10,7 +10,7 @@
padding: 0px 5vw;
height: 7vh;
height: 8vh;
p {
@@ -27,7 +27,7 @@
button {
@include normalizeButton();
font-size: 2.6vh;
font-size: 12pt;
font-weight: bold;
color: #ffffff;

View File

@@ -49,7 +49,15 @@
.dark-mode {
position: initial;
label {
width: 50px;
height: 20px;
}
label::after {
width: 15px;
height: 15px;
}
}
}

View File

@@ -53,6 +53,12 @@
}
}
}
.konami-code {
@include titleFont();
color: $lightest-color-dark;
}
}

View File

@@ -69,6 +69,8 @@
@media (max-width: 576px) {
.main-pomodoro {
height: auto;
.timer {
font-size: 80pt;

View File

@@ -49,7 +49,7 @@ $second-color-dark: #3A4750;
$light-color-dark: #D72323;
$light-color-dark-darker: #7c1414;
$lightest-color-dark: #4c8ad5;
$lightest-color-dark-darker: #3e70ae;
$lightest-color-dark-darker: #eff3f8;
@import 'header';
@import 'banner-login';