feat: add Jenkins service entry
This commit is contained in:
@@ -591,6 +591,11 @@
|
||||
border-radius: 12px;
|
||||
}
|
||||
|
||||
.card-jenkins .service-icon img {
|
||||
width: 54px;
|
||||
height: 74px;
|
||||
}
|
||||
|
||||
.service-title {
|
||||
color: #14213c;
|
||||
font-size: 1.5rem;
|
||||
@@ -634,6 +639,12 @@
|
||||
background: linear-gradient(145deg, #f7fffb, #eefcf6);
|
||||
}
|
||||
|
||||
.card-jenkins {
|
||||
color: #d33a33;
|
||||
border-color: rgba(211, 58, 51, 0.3);
|
||||
background: linear-gradient(145deg, #fffafa, #fff0f0);
|
||||
}
|
||||
|
||||
.card-purple {
|
||||
color: var(--purple);
|
||||
border-color: rgba(119, 93, 246, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user