Skip to content

Commit

Permalink
fix (admin): align large buttons with existing design
Browse files Browse the repository at this point in the history
  • Loading branch information
mickael-kerjean committed Nov 19, 2023
1 parent faf220b commit 70e43cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions public/pages/adminpage/ctrl_backend.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
}
}
.component_dashboard .box-container .box-item > div {
box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.25);
margin: 3px;
padding: 30px 0;
text-align: center;
Expand All @@ -35,7 +34,9 @@
font-size: 1.1em;
text-transform: uppercase;
border-radius: 2px;
background: var(--light);

background: rgba(0, 0, 0, 0.05);
border: 2px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 900px) {
.component_dashboard .box-container .box-item > div {
Expand Down

0 comments on commit 70e43cd

Please sign in to comment.