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,7 +1,8 @@
@import '../../../styles/mixins.scss';
@import '../../../styles/mixins';
.root {
background-color: var(--theme-color-components-chat-background);
@include screen(desktop) {
position: fixed;
right: 0;
@@ -10,7 +11,7 @@
z-index:100;
}
@media screen and (max-width: 1120px) and (min-width: 768px) {
@media screen and (width <= 1120px) and (width >= 768px) {
top: 65px;
}
}