This commit is contained in:
David Ralph
2019-12-02 20:22:15 +00:00
parent ec66e8c9f9
commit 97c6fa58d9
16 changed files with 14 additions and 39 deletions

Binary file not shown.

View File

@@ -4,5 +4,5 @@
@import 'modules/quote';
@import 'modules/search';
@import 'modules/credit';
@import 'modules/navbar';
/*@import 'modules/navbar';*/
@import 'modules/miscellaneous';

View File

@@ -55,11 +55,9 @@
padding: 20px;
position: absolute;
z-index: 1;
position: absolute;
bottom: 40px;
left: 60px;
margin-left: -60px;
/* Fade in tooltip - takes 1 second to go from 0% to 100% opac: */
opacity: 0;
transition: opacity 1s;
}

View File

@@ -1,17 +1,19 @@
.navbar1 {
top: 50px;
right: 0px;
%navbar {
position: absolute;
text-align: right;
min-width: 50px;
}
.navbar1 {
@extend navbar;
top: 50px;
right: 0px;
}
.navbar2 {
@extend navbar;
top: 50px;
right: 50px;
position: absolute;
text-align: right;
min-width: 50px;
}
.PizzaIcon {

View File

@@ -8,16 +8,6 @@
color: #ffff;
font-family: 'Lexend Deca';
button {
cursor: pointer;
outline: none;
display: inline;
i.material-icons {
text-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
}
}
input[type=text] {
font-size: calc(5px + 1.2vmin);
background: none;