66 lines
1.2 KiB
CSS
66 lines
1.2 KiB
CSS
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
|
|
for details on configuring this project to bundle and minify static web assets. */
|
|
|
|
/* Sticky footer styles
|
|
-------------------------------------------------- */
|
|
html {
|
|
font-size: 16px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
html {
|
|
font-size: 18px;
|
|
}
|
|
}
|
|
|
|
/* JQuery Validate*/
|
|
label.error {
|
|
color: red;
|
|
}
|
|
|
|
/* 隱藏圖片上傳 progress bar */
|
|
|
|
#power-station-images-form .dz-preview .dz-progress,
|
|
#power-station-single-line-form .dz-preview .dz-progress,
|
|
#record-file-div .dz-preview .dz-progress {
|
|
display: none;
|
|
}
|
|
|
|
/* 修改 Sweet Alert 2*/
|
|
.swal2-container {
|
|
z-index: 2051;
|
|
}
|
|
|
|
.select2-container--disabled .select2-selection__choice {
|
|
padding-right: 5px !important;
|
|
}
|
|
|
|
.highcharts-credits {
|
|
display: none;
|
|
}
|
|
|
|
.warning-value-table td {
|
|
vertical-align:middle;
|
|
}
|
|
|
|
td.disaster-icon svg {
|
|
font-size:2rem;
|
|
color:#8d567f;
|
|
}
|
|
td.disaster-icon {
|
|
text-align: center;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
tr.disaster-title-bar {
|
|
background: var(--theme-danger-50);
|
|
}
|
|
td.disaster-title {
|
|
font-weight: 700;
|
|
font-size: 1rem;
|
|
}
|
|
td.disaster-value {
|
|
color: #e23a3a;
|
|
font-weight: 700;
|
|
font-size: 1rem;
|
|
} |