mirror of
https://github.com/mue/mue.git
synced 2026-07-16 13:34:03 +02:00
Cleanup
This commit is contained in:
Binary file not shown.
@@ -4,5 +4,5 @@
|
||||
@import 'modules/quote';
|
||||
@import 'modules/search';
|
||||
@import 'modules/credit';
|
||||
@import 'modules/navbar';
|
||||
/*@import 'modules/navbar';*/
|
||||
@import 'modules/miscellaneous';
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user