New looks 💅

This commit is contained in:
2022-03-17 20:11:45 -03:00
parent 7015c57321
commit f4a49236d6
7 changed files with 37 additions and 80 deletions

View File

@@ -4,7 +4,7 @@ html, body {
.account-container {
height: 100%;
height: 69vh; //xd
#message {
padding-left: 5vw;

View File

@@ -1,6 +1,8 @@
.dark-mode {
position: absolute;
top: 1.7vh;
left: calc(100% - 5vw);
#dark-mode_toogle-switch {

View File

@@ -4,8 +4,9 @@
height: 3vw;
position: absolute;
left: 5vw;
top: 10.5vh;
left: 87vw;
background-color: $second-color;
@@ -33,7 +34,8 @@
position: absolute;
left: 10vw;
top: 10.5vh;
left: 91vw;
background-color: $second-color;

View File

@@ -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 {