started implementing stripe

This commit is contained in:
2025-06-26 15:15:16 +02:00
parent 3a0659b63b
commit 9b85f3bb8d
24 changed files with 2025 additions and 103 deletions

View File

@@ -243,6 +243,17 @@
color: #000;
}
.infrastructure-tools .btn-outline-purple {
color: #6f42c1;
border-color: #6f42c1;
}
.infrastructure-tools .btn-outline-purple:hover {
background-color: #6f42c1;
border-color: #6f42c1;
color: #fff;
}
.infrastructure-tools .btn i {
transition: transform 0.3s ease;
}