too many advances lol

This commit is contained in:
sakrecoer 2020-07-09 11:33:40 +02:00
parent 81f97ff489
commit 8a7b950a36
21 changed files with 433 additions and 237 deletions

View file

@ -68,6 +68,9 @@
/* NAVIGATION */
/* Style the navbar */
#navbar {
z-index: 100000;
}
#logo {
padding:10px;
z-index: 10000;
@ -81,6 +84,7 @@
-webkit-transition: filter 400ms ease-in;
-moz-transition: filter 400ms ease-in;
transition: filter 400ms ease-in;
}
.logo {
filter: blur(2px);
@ -125,7 +129,7 @@
nav {
position: absolute;
width: 300px;
height: 450px;
max-height: 90vh;
max-width: 90vw;
top: 50%;
@ -137,6 +141,7 @@ nav {
display: flex;
flex-wrap: wrap;
ul {
margin: auto;
@ -229,7 +234,7 @@ nav {
}
.close-button:hover {
background-color: _palette(accen-dark);
background-color: _palette(accent-dark);
color: #FFFFFF;
}

View file

@ -52,6 +52,13 @@
line-height: 3.325em;
border-radius: 7px;
padding: 0 2em;
}
&.smaller {
font-size: 0.5rem;
height: 2.75em;
line-height: 2.75em;
border-radius: 7px;
padding: 0 2em;
}
&.large {

View file

@ -63,11 +63,11 @@
fg: rgb(135, 153, 118),
fg-bold: rgb(248, 253, 246),
fg-light: rgba(135, 153, 118, 0.75),
border: rgba(27, 34, 65, 0.2),
border-alt: rgba(27, 34, 65, 0.075),
border-bg: rgba(27, 34, 65, 0.05),
border-darken: rgba(27, 34, 65, 0.25),
border-dark: rgba(27, 34, 65, 0.85),
border: rgba(44, 55, 104, 0.2),
border-alt: rgba(44, 55, 104, 0.075),
border-bg: rgba(44, 55, 104, 0.05),
border-darken: rgba(44, 55, 104, 0.85),
border-dark: rgba(44, 55, 104, 0.85),
accent: rgba(244, 91, 105, 1),
accent-dark: rgb(31, 39, 24),
@ -79,7 +79,7 @@
fg-light: #ffffff,
border: rgb(27, 34, 65),
border-alt: rgba(238, 238, 238, 0.25),
border-bg: rgba(27, 34, 65, 0.125),
border-bg: rgba(44, 55, 104, 0.125),
accent: #47D3E5,
),
);