Skip to content

Commit

Permalink
fix: fix current stylelint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
fruneen committed Jul 17, 2024
1 parent 2a39920 commit 27203b6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.headerButton {
.header-button {
width: 100%;
display: flex;
line-height: 16px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
.dropzoneRoot {
.dropzone-root {
border: none;
border-radius: 0;
padding: 0;
background-color: transparent;

&:hover .addIcon {
&:hover .add-icon {
color: var(--mantine-color-gray-5);
}

&:hover .browseButton {
&:hover .browse-button {
border: 1px dashed var(--mantine-color-gray-5);
}

&:hover .innerAvatar {
&:hover .inner-avatar {
opacity: 1;
}
}

.browseButton {
.browse-button {
width: 88px;
height: 88px;
border-radius: 50%;
Expand All @@ -33,12 +33,12 @@
border: 1px dashed var(--mantine-color-red-5);
}

.addIcon {
.add-icon {
color: var(--mantine-primary-color-filled);
transition: all 200ms ease-in-out;
}

.innerAvatar {
.inner-avatar {
border-radius: 50%;

opacity: 0;
Expand All @@ -52,12 +52,12 @@
word-wrap: break-word;
}

.buttonContainer {
.button-container {
display: flex;
align-items: center;
}

.errorMessage {
.error-message {
margin-top: 4px;
font-size: 14px;
line-height: 17px;
Expand Down

0 comments on commit 27203b6

Please sign in to comment.