update
This commit is contained in:
@ -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;
|
||||
}
|
Reference in New Issue
Block a user