mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 03:52:24 +09:00
디자인 변경
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
.field {
|
||||
padding: 0 !important;
|
||||
.label {
|
||||
padding: 8px !important;
|
||||
padding: 10px 14px !important;
|
||||
//padding: 0 !important;
|
||||
margin: 0 !important;
|
||||
background-color: var(--primary);
|
||||
color: #fff !important;
|
||||
}
|
||||
.control {
|
||||
padding: 8px !important;
|
||||
padding: 10px 14px !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -43,6 +43,10 @@ input {
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
.datatable-wrapper {
|
||||
margin-top: 10px !important;
|
||||
}
|
||||
|
||||
.datatable-table {
|
||||
th {
|
||||
padding: 10px !important;
|
||||
@@ -51,6 +55,7 @@ input {
|
||||
tr {
|
||||
padding: 10px !important;
|
||||
border: 1px solid var(--fade-grey);
|
||||
|
||||
td {
|
||||
padding: 5px 10px !important;
|
||||
border: 1px solid #ededed;
|
||||
@@ -87,8 +92,8 @@ a.mouse-pointer {
|
||||
}
|
||||
|
||||
.fieldset-heading {
|
||||
border-bottom: 1px solid var(--fade-grey) !important;
|
||||
padding-bottom: 10px !important;
|
||||
//border-bottom: 1px solid var(--fade-grey) !important;
|
||||
//padding-bottom: 0px !important;
|
||||
h4 {
|
||||
font-size: 1.3em;
|
||||
color: var(--modal-text) !important;
|
||||
@@ -129,8 +134,11 @@ a.mouse-pointer {
|
||||
border-radius:5px;
|
||||
padding:0px 20px;
|
||||
margin-bottom:10px;
|
||||
&:first-child {
|
||||
margin-top: 5px;
|
||||
}
|
||||
.estimate-file-download, .estimate-file-delete {
|
||||
font-size: 20px;
|
||||
font-size: 17px;
|
||||
line-height: 40px;
|
||||
padding-left: 30px;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user