3
0
mirror of https://git.coop/cotech/website.git synced 2025-12-20 16:57:32 +00:00

Wrap logos and services in a box

This commit is contained in:
Chris Lowis
2025-12-15 12:10:20 +00:00
parent 53cfa918c4
commit 72feafaf49
2 changed files with 13 additions and 5 deletions

View File

@ -32,6 +32,7 @@
--cotech-white: white;
--cotech-black: #000000;
--cotech-light-grey: #646464;
--cotech-dark-grey: #222222;
--cotech-blue: #2DA9D7;
}
@ -164,6 +165,13 @@ section {
padding: var(--space-sm);
}
.box {
background: linear-gradient(180deg, rgba(45, 169, 215, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
border: 1px solid var(--cotech-dark-grey);
border-radius: var(--space-sm);
padding: var(--space-sm);
}
.header {
display: flex;
padding: var(--space-lg) var(--space-md);