This commit is contained in:
shim
2023-04-17 11:06:08 +09:00
parent d0b393aa97
commit 76264e09ad
4686 changed files with 552713 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
/* 첨부파일 : input-file*/
.btn-file {
position: relative;
overflow: hidden;
}
.btn-file input[type=file] {
position: absolute;
top: 0;
right: 0;
min-width: 100%;
min-height: 100%;
font-size: 100px;
text-align: right;
filter: alpha(opacity=0);
opacity: 0;
background: red;
cursor: inherit;
display: block;
}
input.form-control[readonly] {
color: #777
}
.datepicker {z-index: 1151 !important;}
.sidebar .card.phone {
border-width: 5px;
border-color: rgb(52, 59, 67);
border-radius: 15px;
}