Skip to content

Commit

Permalink
fix: fixed linting
Browse files Browse the repository at this point in the history
  • Loading branch information
LorenaSMO committed Dec 3, 2024
1 parent 4338393 commit 04d5f1e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@import '../../../../styles/themes/_colors';
@import '../../../../styles/base/_fonts';


* {
margin: 0;
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ body {
}
}

.pause-items{
.pause-items {
display: flex;
gap: 32px;
}

.container {
background-color: #FFF9C4;
background-color: #fff9c4;
width: 982px;
height: 800px; //alterado de 931 para 800
display: flex;
Expand All @@ -57,18 +57,17 @@ body {
gap: 70px;
padding: 30px;
border-radius: 32px;

}

.button-card {
cursor: pointer;
border-radius: 32px;
border-color: #FFF9C4;
border-color: #fff9c4;
}

.nilo-speech-bubble {
display: flex;
align-items: center;
margin-top: 10px;
gap: 10px;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
p {
margin: 10px;
}

}

.arrow-direction-right::after {
Expand All @@ -50,4 +49,3 @@
border-left: 10px solid transparent;
border-right: 10px solid transparent;
}

8 changes: 4 additions & 4 deletions src/styles/themes/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ $green-color-feedback-success: #d8ffea;
$bg-green-color-pomodoro: #e4ffed;

//Poppup Colors
$bg-popup-error: #FFF9C4; /*Adicionar no style guide*/
$border-popup-error: #EED600;
$bg-popup-success: #CDFFDC;
$border-popup-success: #1FC16B;
$bg-popup-error: #fff9c4; /*Adicionar no style guide*/
$border-popup-error: #eed600;
$bg-popup-success: #cdffdc;
$border-popup-success: #1fc16b;

0 comments on commit 04d5f1e

Please sign in to comment.