FIC_Solar/SolarPower/wwwroot/css/site.css
Kai 4b59d59b7c 1. 修改地圖總覽 - 裝置容量小數點第三位
2. 畫面調整
3. 運維廠商加入統編、備註
2021-09-10 14:15:55 +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;
}