Skip to content

Commit

Permalink
Delete shape icon added
Browse files Browse the repository at this point in the history
  • Loading branch information
dip000 committed Feb 11, 2022
1 parent 8282bf7 commit 4cdbad8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions MapBuilderForWeb/MapBuilderStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,11 @@
}

.downloadButton{
background-color: var(--download-button);;
background-color: var(--download-button);
}

.downloadButton:hover {
background-color: var(--download-button-hover);;
background-color: var(--download-button-hover);
}

.inputName {
Expand All @@ -178,6 +178,15 @@
transform: scale(1.1);
transition: 0.1s ease-in-out;
}

.deleteIcon{
float: right;
color: white;
}
.deleteIcon:hover{
float: right;
color: #FF5555AA;
}

/*style="transform: rotate(90deg)"*/

Expand Down

0 comments on commit 4cdbad8

Please sign in to comment.