mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
New looks 💅
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
// align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
height: 17vh;
|
||||
padding: 0vh 1vw;
|
||||
|
||||
box-sizing: border-box;
|
||||
|
||||
a {
|
||||
@@ -21,38 +23,6 @@
|
||||
@include titleFont();
|
||||
@include normalizeTitle();
|
||||
}
|
||||
|
||||
h3 {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
|
||||
font-size: 1vw;
|
||||
|
||||
@include titleFont();
|
||||
@include normalizeTitle();
|
||||
|
||||
.selectable {
|
||||
user-select: all;
|
||||
|
||||
|
||||
a,
|
||||
a:link,
|
||||
a:visited,
|
||||
a:hover,
|
||||
a:active {
|
||||
color: inherit;
|
||||
text-decoration: inherit;
|
||||
font-weight: inherit;
|
||||
|
||||
}
|
||||
|
||||
a {
|
||||
&::selection {
|
||||
background-color:#ffe83d;
|
||||
color: #000000
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.konami-code {
|
||||
@include titleFont();
|
||||
@@ -65,17 +35,20 @@
|
||||
|
||||
|
||||
@media (max-width: 991.98px) {
|
||||
.header-main-page {
|
||||
height: auto;
|
||||
padding: 3vw 0px;
|
||||
h1 {
|
||||
font-size: 26pt;
|
||||
}
|
||||
.header-main-page {
|
||||
height: auto;
|
||||
padding: 3vw 0px;
|
||||
|
||||
h3 {
|
||||
font-size: 13pt;
|
||||
}
|
||||
}
|
||||
align-items: center;
|
||||
|
||||
h1 {
|
||||
font-size: 26pt;
|
||||
}
|
||||
|
||||
h3 {
|
||||
font-size: 13pt;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.header-main-page.dark-mode-component {
|
||||
|
||||
Reference in New Issue
Block a user