Skip to content

Commit

Permalink
Fixed css issue
Browse files Browse the repository at this point in the history
  • Loading branch information
saviokmua committed Oct 30, 2023
1 parent a6a1fd3 commit 8128873
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions dist/css/adminlte.css
Original file line number Diff line number Diff line change
Expand Up @@ -4838,14 +4838,14 @@ input[type="button"].btn-block {

.card > .list-group:first-child {
border-top-width: 0;
border-top-left-radius: calc(0.25rem - 0);
border-top-right-radius: calc(0.25rem - 0);
border-top-left-radius: calc(0.25rem);
border-top-right-radius: calc(0.25rem);
}

.card > .list-group:last-child {
border-bottom-width: 0;
border-bottom-right-radius: calc(0.25rem - 0);
border-bottom-left-radius: calc(0.25rem - 0);
border-bottom-right-radius: calc(0.25rem);
border-bottom-left-radius: calc(0.25rem);
}

.card > .card-header + .list-group,
Expand Down Expand Up @@ -4889,7 +4889,7 @@ input[type="button"].btn-block {
}

.card-header:first-child {
border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
border-radius: calc(0.25rem) calc(0.25rem) 0 0;
}

.card-footer {
Expand All @@ -4899,7 +4899,7 @@ input[type="button"].btn-block {
}

.card-footer:last-child {
border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
border-radius: 0 0 calc(0.25rem) calc(0.25rem);
}

.card-header-tabs {
Expand All @@ -4921,7 +4921,7 @@ input[type="button"].btn-block {
bottom: 0;
left: 0;
padding: 1.25rem;
border-radius: calc(0.25rem - 0);
border-radius: calc(0.25rem);
}

.card-img,
Expand All @@ -4934,14 +4934,14 @@ input[type="button"].btn-block {

.card-img,
.card-img-top {
border-top-left-radius: calc(0.25rem - 0);
border-top-right-radius: calc(0.25rem - 0);
border-top-left-radius: calc(0.25rem);
border-top-right-radius: calc(0.25rem);
}

.card-img,
.card-img-bottom {
border-bottom-right-radius: calc(0.25rem - 0);
border-bottom-left-radius: calc(0.25rem - 0);
border-bottom-right-radius: calc(0.25rem);
border-bottom-left-radius: calc(0.25rem);
}

.card-deck .card {
Expand Down Expand Up @@ -53009,4 +53009,4 @@ a.text-muted:hover {
.dark-mode .border-dark {
border-color: #4b545c !important;
}
/*# sourceMappingURL=adminlte.css.map */
/*# sourceMappingURL=adminlte.css.map */

0 comments on commit 8128873

Please sign in to comment.