chore: run stylelint on our css files
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user