ibms-dome/FrontendWebApi/wwwroot/css/site.css
2022-10-14 16:08:54 +08:00

41 lines
853 B
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;
}