chore: run stylelint on our css files

This commit is contained in:
Gabe Kangas
2023-06-20 20:56:37 -07:00
parent 8c968ff676
commit ccb9b5d075
37 changed files with 142 additions and 98 deletions

View File

@@ -1,4 +1,4 @@
@import '../../../styles/mixins.scss';
@import '../../../styles/mixins';
.lowerSection {
padding: var(--content-padding);
@@ -19,7 +19,7 @@
}
:global(.ant-tabs-nav) {
margin-bottom: 0px;
margin-bottom: 0;
padding-top: 0.5vh;
padding-left: 1vw;
}
@@ -27,6 +27,7 @@
.topSectionElement {
background-color: var(--theme-color-components-video-background);
@include screen(tablet) {
// "sticks" the stream to the top of the page
position: sticky;
@@ -97,6 +98,7 @@
margin-top: unset;
}
}
.offlineBanner {
color: var(--theme-color-background-main);
}
@@ -112,5 +114,5 @@
z-index: 99;
background-color: var(--theme-color-components-chat-background);
border-width: 0;
box-shadow: 0px 1px 3px 1px rgb(0 0 0 / 20%);
box-shadow: 0 1px 3px 1px rgb(0 0 0 / 20%);
}