PIAPS_CW/WebApp/wwwroot/css/site.css

41 lines
559 B
CSS
Raw Normal View History

2024-06-26 08:04:07 +04:00
html {
2024-05-09 17:45:03 +04:00
font-size: 14px;
}
@media (min-width: 768px) {
html {
font-size: 16px;
}
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 60px;
2024-06-25 20:26:34 +04:00
}
.card-img-top {
height: 300px;
width: 100%;
object-fit: cover;
2024-06-26 08:04:07 +04:00
}
.star-rating span {
font-size: 20px;
margin-right: 10px;
}
.filled-star {
color: gold;
}
.empty-star {
color: gray;
2024-05-09 17:45:03 +04:00
}