Yaml config files

Fixed some Sass issues
No image... image
Squished some bugs involving uploading broken files
This commit is contained in:
Michał Gdula 2023-01-11 15:25:35 +00:00
parent 978086f512
commit 5db8fa52e8
12 changed files with 193 additions and 56 deletions

View file

@ -5,6 +5,8 @@
width: 2.5rem;
height: 2.5rem;
position: relative;
border: none;
background-color: transparent;
color: $white100;
@ -18,12 +20,49 @@
cursor: pointer;
color: $green;
.tool-tip {
opacity: 1;
top: -2.5rem;
//transition-delay: 0.5s;
}
}
}
.tool-btn--evil {
color: $red;
span {
background-color: $red;
}
&:hover {
color: $white100;
}
}
.tool-tip {
margin: 0;
padding: 0.5rem 0.75rem;
width: auto;
display: block;
position: absolute;
top: -1.7rem;
left: 0;
transform: translateX(calc(-50% + 1.25rem ));
font-family: $font-body;
font-size: 1rem;
font-weight: 600;
background-color: $black300;
color: $white100;
opacity: 0;
border-radius: $rad;
transition: opacity 0.2s cubic-bezier(.76,0,.17,1), top 0.2s cubic-bezier(.76,0,.17,1);
pointer-events: none;
}

View file

@ -1,9 +1,9 @@
#topButton {
margin: 0;
padding: 0.25rem;
padding: 0.5rem;
width: 3rem;
height: 3rem;
width: 2.5rem;
height: 2.5rem;
position: fixed;
bottom: 0.75rem;