FIC_Solar/SolarPower/wwwroot/css/site.css
2021-06-22 09:48:44 +08:00

24 lines
591 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 {
display: none;
}