You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
50 lines
752 B
SCSS
50 lines
752 B
SCSS
.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;
|
|
}
|
|
}
|
|
}
|
|
|
|
a.glyphicon-container {
|
|
color: #6a9b18;
|
|
}
|
|
|
|
a.glyphicon-container:hover {
|
|
color: black;
|
|
}
|
|
|