This commit is contained in:
Paul Schneider
2021-07-05 12:55:52 +01:00
parent 5de53a3cba
commit 476d35ae8a
270 changed files with 476 additions and 400 deletions

View File

@ -0,0 +1,42 @@
.body-container {
margin-top: 60px;
padding-bottom:40px;
}
.welcome-page {
li {
list-style: none;
padding: 4px;
}
}
.logged-out-page {
iframe {
display: none;
width: 0;
height: 0;
}
}
.grants-page {
.card {
margin-top: 20px;
border-bottom: 1px solid lightgray;
.card-title {
img {
width: 100px;
height: 100px;
}
font-size: 120%;
font-weight: bold;
}
label {
font-weight: bold;
}
}
}