company frontend finished

This commit is contained in:
2026-04-01 09:35:40 +02:00
parent 2f34b9b8be
commit 1d7f31eb96
4 changed files with 69 additions and 29 deletions
+15 -2
View File
@@ -133,6 +133,10 @@ button:active {
border: 1px solid rgba(77, 143, 219, 0.18);
}
.span-2 {
grid-column: span 2;
}
.span-3 {
grid-column: span 3;
}
@@ -165,7 +169,16 @@ button:active {
font-size: 18px;
}
.span-3 {
grid-column: span 1;
.span-4 {
grid-column: span 4;
}
.secondary {
background: linear-gradient(135deg, #9bbce5, #6fa6e8);
box-shadow: none;
}
.secondary:hover {
background: linear-gradient(135deg, #7fa9da, #4d8fdb);
}
}