First Initial

This commit is contained in:
Nakorn Rientrakrunchai
2020-02-20 15:02:39 +07:00
commit 8b98125e49
3048 changed files with 760804 additions and 0 deletions

27
wwwroot/css/mycustom.css Normal file
View File

@@ -0,0 +1,27 @@
.modal-header {
padding: 10px 15px 0;
background-color: #FFF;
}
.modal-title {
font-size: 22px;
font-weight: bold !important;
color: #444;
}
.modal-body {
background-color: #FAFAFA;
margin: 0 15px;
}
.modal-body label {
font-size: 19px;
font-family: THSarabunNew;
font-weight: normal;
}
.modal-footer {
border: none;
justify-content: center;
}