1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-12-04 11:24:32 -05:00

Update modal style

This commit is contained in:
Jack Foltz 2018-09-19 13:07:21 -04:00
parent a8cbb6b0cf
commit 835a4aa384
Signed by: foltik
GPG Key ID: 303F88F996E95541

View File

@ -80,7 +80,7 @@ body {
} }
.modal-header { .modal-header {
border: 2px solid #2a9fd6; border: 1px solid #2a9fd6;
border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -92,7 +92,7 @@ body {
} }
.modal-body { .modal-body {
border: 2px solid #2a9fd6; border: 1px solid #2a9fd6;
border-top: none; border-top: none;
background: #000; background: #000;
padding: 30px; padding: 30px;
@ -101,7 +101,7 @@ body {
.modal-footer { .modal-footer {
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
border: 2px solid #2a9fd6; border: 1px solid #2a9fd6;
border-radius: 0 0 8px 8px; border-radius: 0 0 8px 8px;
border-top: none; border-top: none;
background: #000; background: #000;