Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8128873

Browse files
committedOct 30, 2023
Fixed css issue
1 parent a6a1fd3 commit 8128873

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed
 

‎dist/css/adminlte.css

+12-12
Original file line numberDiff line numberDiff line change
@@ -4838,14 +4838,14 @@ input[type="button"].btn-block {
48384838

48394839
.card > .list-group:first-child {
48404840
border-top-width: 0;
4841-
border-top-left-radius: calc(0.25rem - 0);
4842-
border-top-right-radius: calc(0.25rem - 0);
4841+
border-top-left-radius: calc(0.25rem);
4842+
border-top-right-radius: calc(0.25rem);
48434843
}
48444844

48454845
.card > .list-group:last-child {
48464846
border-bottom-width: 0;
4847-
border-bottom-right-radius: calc(0.25rem - 0);
4848-
border-bottom-left-radius: calc(0.25rem - 0);
4847+
border-bottom-right-radius: calc(0.25rem);
4848+
border-bottom-left-radius: calc(0.25rem);
48494849
}
48504850

48514851
.card > .card-header + .list-group,
@@ -4889,7 +4889,7 @@ input[type="button"].btn-block {
48894889
}
48904890

48914891
.card-header:first-child {
4892-
border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
4892+
border-radius: calc(0.25rem) calc(0.25rem) 0 0;
48934893
}
48944894

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

49014901
.card-footer:last-child {
4902-
border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
4902+
border-radius: 0 0 calc(0.25rem) calc(0.25rem);
49034903
}
49044904

49054905
.card-header-tabs {
@@ -4921,7 +4921,7 @@ input[type="button"].btn-block {
49214921
bottom: 0;
49224922
left: 0;
49234923
padding: 1.25rem;
4924-
border-radius: calc(0.25rem - 0);
4924+
border-radius: calc(0.25rem);
49254925
}
49264926

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

49354935
.card-img,
49364936
.card-img-top {
4937-
border-top-left-radius: calc(0.25rem - 0);
4938-
border-top-right-radius: calc(0.25rem - 0);
4937+
border-top-left-radius: calc(0.25rem);
4938+
border-top-right-radius: calc(0.25rem);
49394939
}
49404940

49414941
.card-img,
49424942
.card-img-bottom {
4943-
border-bottom-right-radius: calc(0.25rem - 0);
4944-
border-bottom-left-radius: calc(0.25rem - 0);
4943+
border-bottom-right-radius: calc(0.25rem);
4944+
border-bottom-left-radius: calc(0.25rem);
49454945
}
49464946

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

0 commit comments

Comments
 (0)
Please sign in to comment.