mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 07:23:50 +09:00
디자인 변경
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user