1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-11-13 00:26:55 -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 {
border: 2px solid #2a9fd6;
border: 1px solid #2a9fd6;
border-radius: 8px 8px 0 0;
display: flex;
flex-direction: row;
@ -92,7 +92,7 @@ body {
}
.modal-body {
border: 2px solid #2a9fd6;
border: 1px solid #2a9fd6;
border-top: none;
background: #000;
padding: 30px;
@ -101,7 +101,7 @@ body {
.modal-footer {
display: flex;
justify-content: flex-end;
border: 2px solid #2a9fd6;
border: 1px solid #2a9fd6;
border-radius: 0 0 8px 8px;
border-top: none;
background: #000;