Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adblocker issue and logo size #13

Merged
merged 1 commit into from
Feb 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/css/ioda/sass/layout/_footer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@

&-item {
height: 6rem;
width: 15rem;
width: 25rem;
display: flex;
justify-content: center;
align-items: center;

&:first-child .footer__logos-item-container div {
position: relative!important;
width: 10rem!important;
width: 25rem!important;
height: 10rem!important;
background-size: contain!important;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/ioda/sass/pages/_project.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.projectinfo {
#include staticPageFormatting;
@include staticPageFormatting;
}
93 changes: 89 additions & 4 deletions assets/css/style.comp.css
Original file line number Diff line number Diff line change
Expand Up @@ -2622,13 +2622,13 @@ body {
padding: 5.5rem 0 1.5rem; } }
.footer__logos-item {
height: 6rem;
width: 15rem;
width: 25rem;
display: flex;
justify-content: center;
align-items: center; }
.footer__logos-item:first-child .footer__logos-item-container div {
position: relative !important;
width: 10rem !important;
width: 25rem !important;
height: 10rem !important;
background-size: contain !important; }
.footer__logos-item:not(:first-child) .footer__logos-item-container div {
Expand All @@ -2644,9 +2644,9 @@ body {
justify-content: center;
align-items: center; }
@media only screen and (max-width: 46em) {
.footer__logos-item--caida {
.footer__logos-item--gatech {
margin-bottom: 4rem !important; } }
.footer__logos-item--caida img {
.footer__logos-item--gatech img {
height: 10rem !important;
width: auto !important; }
.footer__logos-item img {
Expand Down Expand Up @@ -4066,6 +4066,91 @@ button[class*="searchButton"] {
.entity .related__modal-button {
margin-left: 3rem; } }

.projectinfo {
padding-top: 5rem;
margin: 4rem 0;
color: #2c3e50; }
@media only screen and (max-width: 64em) {
.projectinfo {
padding: 1.5rem;
margin-top: 4rem; } }
.projectinfo .row {
max-width: 114rem; }
.projectinfo .img-container {
width: 100%;
position: relative;
height: inherit;
display: flex;
justify-content: center;
align-items: center; }
.projectinfo .img-container div {
position: relative !important;
width: 100rem !important;
height: 46.5rem !important;
background-size: contain !important; }
@media only screen and (max-width: 64em) {
.projectinfo .img-container div {
width: 80rem !important;
height: 37.2rem !important; } }
@media only screen and (max-width: 54.375em) {
.projectinfo .img-container div {
width: 50rem !important;
height: 23.25rem !important; } }
.projectinfo img {
max-width: 100rem;
width: 100%;
height: auto;
margin: 1.5rem auto;
display: block;
box-shadow: 0 1px 2px #9F9D9D; }
.projectinfo .img-container div {
filter: drop-shadow(0 1px 2px #9F9D9D); }
.projectinfo h2 {
font-size: 1.9rem;
margin-bottom: 1.5rem;
position: relative;
padding-top: 1rem;
margin-top: 1.5rem; }
.projectinfo h2:before {
content: "";
width: 100%;
height: 0.1rem;
background-color: #2c3e50;
position: absolute;
top: 0;
left: 0; }
.projectinfo h3 {
font-size: 1.6rem;
margin-bottom: 1rem;
margin-left: 2rem; }
.projectinfo h4 {
font-size: 1.4rem;
margin-bottom: 1rem;
margin-left: 2rem; }
.projectinfo ul {
margin-left: 4rem;
margin-bottom: 1rem; }
.projectinfo ul li {
font-size: 1.2rem; }
.projectinfo p {
font-size: 1.2rem;
margin-bottom: 1rem;
margin-left: 2rem; }
.projectinfo a:link, .projectinfo a:visited {
word-break: break-all; }
.projectinfo a:link:link, .projectinfo a:link:visited, .projectinfo a:visited:link, .projectinfo a:visited:visited {
color: #3975BB;
font-weight: 700;
text-decoration: none;
padding-bottom: 2px;
margin-bottom: 1px;
background: linear-gradient(175deg, #598DCC 0%, #598DCC 33.3%, #3975BB 83.5%, #1A5DAE 100%) left bottom transparent no-repeat;
background-size: 100% 0;
/* controls underline thickness */
transition: ease-in-out 0.3s; }
.projectinfo a:link:link:hover, .projectinfo a:link:visited:hover, .projectinfo a:visited:link:hover, .projectinfo a:visited:visited:hover {
background-size: 100% 2px; }

.reports {
padding-top: 5rem;
margin: 4rem 0;
Expand Down
2 changes: 1 addition & 1 deletion assets/css/style.css

Large diffs are not rendered by default.

Loading