디자인 변경

This commit is contained in:
2025-05-28 08:58:34 +00:00
parent ccf45a1946
commit d8c9711568
15 changed files with 243 additions and 272 deletions

View File

@@ -45,8 +45,10 @@ input {
.datatable-wrapper {
margin-top: 10px !important;
padding: 0 10px 10px 10px;
}
.datatable-table {
th {
padding: 10px !important;
@@ -66,6 +68,17 @@ input {
}
}
.dtl-spec-table {
thead{
background-color: var(--light-grey) !important;
th {
color: #000;
border: 1px solid #ccc;
}
}
}
ul {
list-style-type: none;
}
@@ -127,16 +140,15 @@ a.mouse-pointer {
}
}
.estimate-file-wrapper {
display:flex;
justify-content: space-between;
border:1px solid #ccc;
//border:1px solid #ccc;
background-color: #ededed;
border-radius:5px;
padding:0px 20px;
margin-bottom:10px;
&:first-child {
margin-top: 5px;
}
padding:0 20px;
margin: 10px;
.estimate-file-download, .estimate-file-delete {
font-size: 17px;
line-height: 40px;
@@ -150,6 +162,7 @@ a.mouse-pointer {
.estimate-file-name {
width: 400px;
line-height: 40px;
color: var(--modal-text-reverse)
}
.estimate-file-size {
width: 150px;