This commit is contained in:
Garry Ing
2021-03-29 22:13:11 -04:00
parent ada87a46bf
commit 0d2a99b372
2 changed files with 35 additions and 29 deletions

View File

@ -47,6 +47,12 @@
width: 20rem;
}
// Height Helper
.min-vh-100-header-comp {
min-height: calc(100vh - 6rem);
}
// Extended cursors
.grab:hover {
@ -129,7 +135,7 @@
.note-contents {
blockquote {
margin: 0 0 0 0.5em;
padding: 0.05em 0.5em;
padding: 0 0.5em;
border-left: 2px solid rgba($accent-color, 0.5);
}
@ -159,10 +165,10 @@
display: block;
position: absolute;
z-index: 1;
bottom: .5rem;
bottom: 0;
right: 0;
pointer-events: none;
background-image: linear-gradient(to right, rgba(#fff, 0), rgba(#fff, 1) 50%);
width: 150px;
height: 1rem;
background-image: linear-gradient(rgba(#fff, 0), rgba(#fff, 1));
width: 100%;
height: 2rem;
}