Skip to content

Commit

Permalink
Merge branch '161-hotfixes-ux' into 'main'
Browse files Browse the repository at this point in the history
hotfixes UX

See merge request decidim/decidim-module-geo!147
  • Loading branch information
Hadrien Froger committed Oct 18, 2024
2 parents 9de8519 + b542f58 commit 486c19b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
max-width: 100%;
border: 1px solid transparent;
border-radius: 8px;
background: transparent;

* {
box-sizing: border-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
transform: translateY(20px);
padding: 4px 16px;
background: #f0f0f0;
box-shadow: 0px -1px 0px 0px #e0e0e0 inset;
box-shadow: 0 6px 16px rgba(0,0,0,0.3);
border-radius: 0px 0px 4px 4px;
margin-top: 27px;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

position: absolute;
z-index: 9999;
box-shadow: 0 6px 16px rgba(0,0,0,0.6);
&--closed {
display: none;
}
Expand Down

0 comments on commit 486c19b

Please sign in to comment.