Skip to content

Commit

Permalink
Corrige botao fechar mensagem legenda
Browse files Browse the repository at this point in the history
  • Loading branch information
messiasdias committed Jan 22, 2024
1 parent 35898b2 commit e538d8d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ui/src/sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -970,12 +970,12 @@ body{
}

#close {
display: none;
//display: none;
position: absolute;
top: 0px;
right: 0px;
color: $black2;
border: solid 1px $black2;
color: $danger;
border: solid 1px $danger;
width: 14px;
height: 14px;
padding: 2px;
Expand All @@ -984,8 +984,8 @@ body{

&:hover{
cursor: pointer;
color: $cor1;
border-color: $cor1;
color: $danger;
border-color: $danger;
}

@media screen and (max-width: $small ) {
Expand Down
1 change: 1 addition & 0 deletions ui/src/sass/variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ $black: #333;
$black2: rgba($black, .3);
$white: #FFFFFF;
$white2: rgba($white, .3);
$danger: red;

//butons_map
$butons_map:
Expand Down

0 comments on commit e538d8d

Please sign in to comment.