mirror of
https://git.hmsn.ink/kospo/svcm/dmz.git
synced 2026-03-20 00:22:26 +09:00
184 lines
2.9 KiB
SCSS
184 lines
2.9 KiB
SCSS
.form-outer {
|
|
.columns {
|
|
border: 1px solid #ccc;
|
|
.column {
|
|
padding: 0 !important;
|
|
.field {
|
|
padding: 0 !important;
|
|
.label {
|
|
padding: 10px 14px !important;
|
|
//padding: 0 !important;
|
|
margin: 0 !important;
|
|
background-color: var(--primary);
|
|
color: #fff !important;
|
|
}
|
|
.control {
|
|
padding: 10px 14px !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.form-layout {
|
|
max-width: 1000px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.form-fieldset {
|
|
max-width: 786px;
|
|
animation: fadeInLeft 0.5s;
|
|
}
|
|
|
|
input {
|
|
width: 120px !important;
|
|
}
|
|
|
|
.file-cta {
|
|
padding-left:0em;
|
|
padding-right:0em;
|
|
}
|
|
|
|
.file-icon {
|
|
margin: 0px;
|
|
}
|
|
|
|
.datatable-wrapper {
|
|
margin-top: 10px !important;
|
|
padding: 0 10px 10px 10px;
|
|
}
|
|
|
|
|
|
.datatable-table {
|
|
th {
|
|
padding: 10px !important;
|
|
border: 1px solid #ededed;
|
|
}
|
|
tr {
|
|
padding: 10px !important;
|
|
border: 1px solid var(--fade-grey);
|
|
|
|
td {
|
|
word-break: break-word;
|
|
padding: 5px 10px !important;
|
|
border: 1px solid #ededed;
|
|
input {
|
|
height: 2.5em;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.dtl-spec-table {
|
|
thead{
|
|
background-color: var(--light-grey) !important;
|
|
th {
|
|
color: #000;
|
|
border: 1px solid #ccc;
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
ul {
|
|
list-style-type: none;
|
|
}
|
|
|
|
.file-delete {
|
|
font-size: 10px;
|
|
padding-left:5px;
|
|
}
|
|
|
|
a.mouse-pointer {
|
|
text-decoration: none;
|
|
}
|
|
|
|
.file-download {
|
|
color: var(--light-text);
|
|
&:hover {
|
|
color: var(--primary);
|
|
}
|
|
}
|
|
|
|
.label {
|
|
font-size: 1rem;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.fieldset-heading {
|
|
//border-bottom: 1px solid var(--fade-grey) !important;
|
|
//padding-bottom: 0px !important;
|
|
h4 {
|
|
font-size: 1.3em;
|
|
color: var(--modal-text) !important;
|
|
}
|
|
}
|
|
|
|
.form-outer {
|
|
padding: 20px !important;
|
|
border: 1px solid var(--fade-grey) !important;
|
|
background-color: var(--modal-background) !important;
|
|
}
|
|
|
|
.form-fieldset {
|
|
max-width: 90%;
|
|
}
|
|
|
|
.field{
|
|
label {
|
|
color: var(--modal-text) !important;
|
|
font-weight:bold !important;
|
|
}
|
|
p {
|
|
font-weight: lighter !important;
|
|
}
|
|
}
|
|
|
|
.is-horizontal {
|
|
padding: 10px 0;
|
|
label {
|
|
width: 100px;
|
|
}
|
|
}
|
|
|
|
|
|
.estimate-file-wrapper {
|
|
display:flex;
|
|
justify-content: space-between;
|
|
//border:1px solid #ccc;
|
|
background-color: var(--datatable-color);
|
|
border-radius:5px;
|
|
padding:0 20px;
|
|
margin: 10px;
|
|
.estimate-file-download, .estimate-file-delete {
|
|
font-size: 17px;
|
|
line-height: 40px;
|
|
padding-left: 30px;
|
|
cursor: pointer;
|
|
}
|
|
.estimate-file-img {
|
|
font-size: 40px;
|
|
padding-right: 50px;
|
|
}
|
|
.estimate-file-name {
|
|
width: 400px;
|
|
line-height: 40px;
|
|
color: var(--modal-text)
|
|
}
|
|
.estimate-file-size {
|
|
width: 150px;
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
|
|
.estimate-file-download, .estimate-file-delete, .fa-plus-circle {
|
|
&:hover {
|
|
color: var(--primary);
|
|
}
|
|
}
|
|
|
|
.file-trigger {
|
|
margin-left: 10px;
|
|
height:15px;
|
|
padding:10px 10px;
|
|
} |