Skip to content

Commit

Permalink
change modal border
Browse files Browse the repository at this point in the history
  • Loading branch information
amfiyong committed Feb 15, 2022
1 parent 1e756e7 commit 486b0f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions metron/css/style/dark/style.dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -5577,8 +5577,7 @@ a.close.disabled {
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1.5rem 1.75rem;
/*border-bottom: 1px solid #ECF0F3;*/
border-bottom: 2px dashed #3A3B3C;
border-bottom: 1px solid #ECF0F3;
border-top-left-radius: 0.42rem;
border-top-right-radius: 0.42rem; }
.modal-header .close {
Expand Down Expand Up @@ -5627,8 +5626,7 @@ a.close.disabled {
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1.5rem;
/*border-top: 1px solid #ECF0F3;*/
border-top: 2px dashed #3A3B3C;
border-top: 1px solid #ECF0F3;
border-bottom-right-radius: 0.42rem;
border-bottom-left-radius: 0.42rem; }
.modal-footer > * {
Expand Down
6 changes: 2 additions & 4 deletions metron/css/style/white/style.white.css
Original file line number Diff line number Diff line change
Expand Up @@ -5526,8 +5526,7 @@ a.close.disabled {
-ms-flex-pack: justify;
justify-content: space-between;
padding: 1.5rem 1.75rem;
/*border-bottom: 1px solid #ECF0F3;*/
border-bottom: 2px dashed #ECF0F3;
border-bottom: 1px solid #ECF0F3;
border-top-left-radius: 0.42rem;
border-top-right-radius: 0.42rem; }
.modal-header .close {
Expand Down Expand Up @@ -5576,8 +5575,7 @@ a.close.disabled {
-ms-flex-pack: end;
justify-content: flex-end;
padding: 1.5rem;
/*border-top: 1px solid #ECF0F3;*/
border-top: 2px dashed #ECF0F3;
border-top: 1px solid #ECF0F3;
border-bottom-right-radius: 0.42rem;
border-bottom-left-radius: 0.42rem; }
.modal-footer > * {
Expand Down

0 comments on commit 486b0f9

Please sign in to comment.