Skip to content

Commit eac2db9

Browse files
committed
style: uniformità card header
1 parent 425eac2 commit eac2db9

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

assets/src/css/style.css

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -706,7 +706,6 @@ span.form-control {
706706

707707
.card-outline.card-primary {
708708
border-top: 3px solid #007bff;
709-
border-radius: 8px;
710709
overflow: hidden;
711710
}
712711

@@ -2372,10 +2371,8 @@ kbd {
23722371
z-index: 10;
23732372
}
23742373

2375-
/* Stili per le icone di stato nella card centrale dell'header */
23762374
.status-item {
23772375
transition: all 0.3s ease;
2378-
border-radius: 6px;
23792376
}
23802377

23812378
.status-icon {
@@ -3627,9 +3624,7 @@ section.content, .main-footer {
36273624
display: block;
36283625
}
36293626

3630-
/* Requirements cards styling */
36313627
.requirements-card {
3632-
border-radius: 6px !important;
36333628
margin-bottom: 8px !important;
36343629
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;
36353630
}
@@ -3639,6 +3634,10 @@ section.content, .main-footer {
36393634
min-height: 50px !important;
36403635
}
36413636

3637+
.card {
3638+
border-radius: 6px 6px 0 0 !important;
3639+
}
3640+
36423641
.requirements-card-header-success {
36433642
background-color: #f0f9f0 !important;
36443643
}

0 commit comments

Comments
 (0)