Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rossbulat committed Nov 12, 2024
1 parent a846972 commit bfe182c
Show file tree
Hide file tree
Showing 14 changed files with 17 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/styles/theme/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ SPDX-License-Identifier: GPL-3.0-only */
$page-width-medium-threshold: 1150px;
$page-width-small-threshold: 826px;
$row-section-thirds-threshold: 1400px;
$side-menu-minimised-width: 75px;
$side-menu-minimised-width: 75px;
2 changes: 1 addition & 1 deletion packages/ui-buttons/src/common.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
&:active {
transform: scale(0.98);
}
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/Body/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
position: relative;
display: flex;
flex-grow: 1;
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/ButtonRow/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@

.buttonRowYMargin {
margin-top: 1rem;
}
}
3 changes: 1 addition & 2 deletions packages/ui-structure/src/Entry/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,4 @@
flex-grow: 1;
width: 100%;
min-height: 100vh;

}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/Main/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
flex-direction: column;
max-width: 100%;
flex: 1;
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/Page/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ SPDX-License-Identifier: GPL-3.0-only */
padding-bottom: 4.5rem;
width: 100%;
margin: 0 auto;
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/PageHeading/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
> span {
margin-right: 1rem;
}
}
}
6 changes: 3 additions & 3 deletions packages/ui-structure/src/PageTitle/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
padding-right: 3.5rem;
}
@media (min-width: $page-width-small-threshold) {
padding-right: 5rem ;
padding-right: 5rem;
padding-left: 2.5rem;
}

Expand Down Expand Up @@ -69,7 +69,7 @@
width: 100%;
}

.pageTitleTitleRight{
.pageTitleTitleRight {
padding-left: 1rem;
}

Expand All @@ -91,7 +91,7 @@
transform: scale(1);
}

.pageTitleH1Sticky {
.pageTitleH1Sticky {
left: -0.75rem;
transform: scale(0.85);
}
Expand Down
4 changes: 2 additions & 2 deletions packages/ui-structure/src/PageTitleTabs/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
}

.pageTitleTabsInner {
display: flex;
}
display: flex;
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/RowSection/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@

.rowSSectionVLast {
order: 1;
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/Separator/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
border-bottom: 1px solid var(--border-primary-color);
margin: 0.67rem 0;
width: 100%;
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/Side/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
@media (max-width: $page-width-medium-threshold) {
left: calc(var(--core-side-width) * -1);
}
}
}
2 changes: 1 addition & 1 deletion packages/ui-structure/src/StatBoxRow/index.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
.statBoxRow {
display: flex;
flex-direction: column;
}
}

0 comments on commit bfe182c

Please sign in to comment.