feat: remove unused bubbles styles
This commit is contained in:
parent
f2463b6163
commit
bcac65ea8d
1 changed files with 11 additions and 35 deletions
|
@ -14,12 +14,13 @@
|
||||||
text-size-adjust: 100%;
|
text-size-adjust: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
html,
|
||||||
body {
|
body {
|
||||||
background-color: lighten($bg-color-dark, 25%);
|
min-height: 100%;
|
||||||
|
|
||||||
&.scroll-lock {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.scroll-lock {
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
@ -55,35 +56,10 @@ a {
|
||||||
color: $copy-color;
|
color: $copy-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bubbles {
|
blockquote {
|
||||||
position: fixed;
|
font-style: italic;
|
||||||
top: 0;
|
background: linear-gradient(90deg, rgba(#000, 0.5), transparent);
|
||||||
right: 0;
|
margin: 0;
|
||||||
bottom: 0;
|
border-left: 0.125em solid $sebin-secondary;
|
||||||
left: 0;
|
padding: 1em;
|
||||||
overflow: hidden;
|
|
||||||
z-index: -1;
|
|
||||||
|
|
||||||
&::before,
|
|
||||||
&::after {
|
|
||||||
content: "";
|
|
||||||
position: absolute;
|
|
||||||
border-radius: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::before {
|
|
||||||
background-color: rgba(lighten($bg-color-dark, 10%), 0.7);
|
|
||||||
height: 80vw;
|
|
||||||
width: 80vw;
|
|
||||||
bottom: -45vw;
|
|
||||||
right: -25vw;
|
|
||||||
}
|
|
||||||
|
|
||||||
&::after {
|
|
||||||
background-color: rgba(lighten($bg-color-dark, 10%), 0.7);
|
|
||||||
height: 80vw;
|
|
||||||
width: 80vw;
|
|
||||||
bottom: -25vw;
|
|
||||||
right: -50vw;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue