This commit is contained in:
Iliyan Angelov
2025-10-10 02:01:46 +03:00
parent dd8eb1c7aa
commit f962401565
36 changed files with 2560 additions and 659 deletions

View File

@@ -17,18 +17,6 @@
margin-bottom: 40px;
position: relative;
&::before {
content: '';
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
width: 100px;
height: 2px;
background: linear-gradient(90deg, #4a9eff, #00d4ff);
border-radius: 1px;
}
.enterprise-logo-container {
position: relative;
z-index: 2;
@@ -188,7 +176,7 @@
font-weight: 600;
font-size: 16px;
letter-spacing: 0.5px;
text-transform: uppercase;
text-transform: none;
margin-bottom: 20px;
position: relative;
&::after {
@@ -219,7 +207,7 @@
font-weight: 600;
font-size: 16px;
letter-spacing: 0.5px;
text-transform: uppercase;
text-transform: none;
margin-bottom: 24px;
position: relative;
&::after {
@@ -388,7 +376,7 @@
border-radius: 25px;
font-size: 12px;
letter-spacing: 0.3px;
text-transform: uppercase;
text-transform: none;
transition: all 0.3s ease;
width: auto;
height: auto;