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';
$vert-spacing: 0.75rem;
@@ -19,12 +19,14 @@ $vert-spacing: 0.75rem;
.logoTitleSection {
display: flex;
flex-direction: column;
.logo {
margin: auto 0.6rem;
}
@include screen(desktop) {
flex-direction: row;
.logo {
margin: 0.6rem;
}
@@ -32,6 +34,7 @@ $vert-spacing: 0.75rem;
@include screen(tablet) {
align-items: center;
.logo {
margin: 1.2rem auto;
}
@@ -42,6 +45,7 @@ $vert-spacing: 0.75rem;
display: flex;
flex-direction: column;
margin-left: 0.6rem;
@include screen(tablet) {
margin-left: 0;
}

View File

@@ -3,6 +3,7 @@
align-items: center;
justify-content: center;
width: max-content;
svg {
width: clamp(2.5rem, 8vw, 50px);
height: clamp(2.5rem, 8vw, 50px);
@@ -12,6 +13,7 @@
.contrast {
padding: 5px;
border-radius: 50%;
svg {
width: clamp(2rem, 7vw, 40px);
height: clamp(2rem, 7vw, 40px);
@@ -20,6 +22,7 @@
.simple {
background-color: transparent;
svg {
width: clamp(2.5rem, 8vw, 50px);
height: clamp(2.5rem, 8vw, 50px);

View File

@@ -1,8 +1,9 @@
@import '../../../styles/mixins.scss';
@import '../../../styles/mixins';
.root {
button {
border: none;
.ant-space {
.ant-space-item {
color: var(--theme-unknown-2);