yavsc/src/Yavsc/wwwroot/css/site.css

16 lines
640 B
CSS
Raw Normal View History

2024-02-25 18:05:10 +00:00
.grants-page .card {
margin-top: 20px;
border-bottom: 1px solid lightgray; }
.grants-page .card .card-title {
font-size: 120%;
font-weight: bold; }
.grants-page .card .card-title img {
width: 100px;
height: 100px; }
.grants-page .card label {
font-weight: bold; }
2023-03-19 17:57:55 +00:00
2024-02-25 18:05:10 +00:00
.navbar-dark .navbar-toggler-icon {
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
2023-03-19 17:57:55 +00:00
2024-02-25 18:05:10 +00:00
/*# sourceMappingURL=site.css.map */