Skip to content

Commit

Permalink
front: fix spacing buttons map
Browse files Browse the repository at this point in the history
Signed-off-by: theocrsb <[email protected]>
  • Loading branch information
theocrsb authored and SharglutDev committed Dec 12, 2024
1 parent 06dac96 commit 2c7fe44
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions front/src/styles/scss/common/map/_map.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
z-index: 2;
top: 0;
right: 0;
padding: 12px;
padding: 16px;

.new-btn-map {
color: var(--black100);
Expand All @@ -34,16 +34,18 @@
outline: 3px solid rgba(152, 192, 245, 0.25);
box-shadow: 0 0 0 1px var(--primary40) inset;
background-color: rgba(255, 255, 255, 1);
margin-block: 4px;
margin-bottom: 8px;

&:hover {
outline-color: var(--primary30);
box-shadow: 0 0 0 1px var(--primary80) inset;
}

&:focus {
outline: 3px solid var(--primary30);
box-shadow: 0 0 0 1px var(--primary80) inset;
}

&:active {
outline: 2px solid var(--primary30);
box-shadow: 0 0 0 1px var(--primary80) inset;
Expand Down

0 comments on commit 2c7fe44

Please sign in to comment.