revert: restore original icon box size

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-21 08:05:12 +00:00
parent 1fe62af26b
commit 4c2fc455ff
+2 -14
View File
@@ -863,20 +863,8 @@ button {
/* Icon box — compact accent square */
.dashboard-page .tile-icon-box {
width: 68px !important;
height: 68px !important;
max-height: 68px !important;
aspect-ratio: 1 / 1 !important;
border-radius: 18px !important;
background: linear-gradient(135deg, rgba(42,140,214,0.28) 0%, rgba(14,91,153,0.18) 100%) !important;
border: 1.5px solid rgba(42,140,214,0.35) !important;
box-shadow: 0 2px 10px rgba(42,140,214,0.18) !important;
margin: 0 auto 0.85rem !important;
}
.dashboard-page .tile-icon {
width: 62% !important;
height: 62% !important;
background: #f2f8fd !important;
border-color: rgba(185, 215, 238, 0.65) !important;
}
/* Credentials block */