ibms-dome/Backend/wwwroot/css/site.css

49 lines
941 B
CSS
Raw Normal View History

2022-10-14 16:08:54 +08:00
/* 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
-------------------------------------------------- */
:root {
--bims-gray:#c3c3c3;
}
2022-10-14 16:08:54 +08:00
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;
}
.t-gray {
color:var(--bims-gray) !important;
}