Skip to content

Commit

Permalink
style: Automated code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
eea-jenkins committed Jan 9, 2025
1 parent 44533aa commit 5364109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/SiteHabitatsList/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ div#view .site-habitats-list .habitats-list .ui.container > * {
background-color: #fff !important;

&.right.visible {
box-shadow: 0px 0px 13px -5px #000000;
z-index: 800;
box-shadow: 0px 0px 13px -5px #000000;
}

.sidebar-header {
Expand Down
2 changes: 1 addition & 1 deletion src/components/manage/Blocks/SiteSpeciesList/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ div#view .site-species-list .species-list .ui.container > * {
background-color: #fff !important;

&.right.visible {
box-shadow: 0px 0px 13px -5px #000000;
z-index: 800;
box-shadow: 0px 0px 13px -5px #000000;
}

.sidebar-header {
Expand Down

0 comments on commit 5364109

Please sign in to comment.