Format sass files

This commit is contained in:
Gabe Kangas
2025-10-24 00:08:29 -07:00
parent c7d78f4224
commit 4b9845c7c8
3 changed files with 27 additions and 10 deletions
@@ -12,7 +12,9 @@
button {
background-color: var(--theme-color-background-light);
z-index: 9999;
box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%), 0 1px 5px 0 rgb(0 0 0 / 12%);
box-shadow:
0 1px 2px 0 rgb(0 0 0 / 10%),
0 1px 5px 0 rgb(0 0 0 / 12%);
display: flex;
align-items: center;
opacity: 0;
@@ -32,7 +34,22 @@
}
.resizeHandle {
background: linear-gradient(45deg, transparent 0px,transparent 4px, var(--color-owncast-palette-6) 4px, var(--color-owncast-palette-6) 5px, transparent 5px, transparent 9px, var(--color-owncast-palette-6) 9px, var(--color-owncast-palette-6) 10px, transparent 10px, transparent 14px, var(--color-owncast-palette-6) 14px, var(--color-owncast-palette-6) 15px, transparent 15px);
background: linear-gradient(
45deg,
transparent 0px,
transparent 4px,
var(--color-owncast-palette-6) 4px,
var(--color-owncast-palette-6) 5px,
transparent 5px,
transparent 9px,
var(--color-owncast-palette-6) 9px,
var(--color-owncast-palette-6) 10px,
transparent 10px,
transparent 14px,
var(--color-owncast-palette-6) 14px,
var(--color-owncast-palette-6) 15px,
transparent 15px
);
position: absolute;
bottom: 0;
width: 30px;
@@ -14,7 +14,6 @@
border-top: 1px solid rgb(214 211 211 / 50%);
width: 100%;
@include screen(tablet) {
font-size: 10px;
}
@@ -10,7 +10,8 @@ $follow-modal-width: 300px;
position: absolute;
width: 100%;
height: 100%;
background-image: linear-gradient(to bottom, rgb(18 22 29 / 0%) 0%, rgb(18 22 29 / 75%) 100%),
background-image:
linear-gradient(to bottom, rgb(18 22 29 / 0%) 0%, rgb(18 22 29 / 75%) 100%),
radial-gradient(circle, rgb(18 22 29 / 0%) 0%, rgb(18 22 29 / 50%) 100%),
linear-gradient(to bottom, rgb(122 92 243 / 100%) 0%, rgb(35 134 226 / 100%) 100%),
linear-gradient(rgb(240 243 248 / 100%), rgb(240 243 248 / 100%));