Skip to content

Commit

Permalink
Merge pull request #2 from datopian/fix/styling
Browse files Browse the repository at this point in the history
Fixed datopian typo and changed background color in popular dataset homepage
  • Loading branch information
sagargg committed Dec 15, 2022
2 parents d512866 + 8f0c21d commit 86cd35d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ckanext/ubdc/assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -10047,7 +10047,7 @@ h4 small {
background-image: url("../../../base/images/popular-dataset-bg.png");
background-repeat: no-repeat;
background-position: 0 30px;
background-color: #edeced;
background-color: #00162C;
}
.homepage .popular-dataset .col-md-4:nth-child(1) .icon {
background: #bfd22b;
Expand All @@ -10073,7 +10073,7 @@ h4 small {
position: relative;
font-weight: 700;
font-size: 23px;
color: #000000;
color: #fff;
text-transform: uppercase;
padding-top: 70px;
padding-bottom: 70px;
Expand Down Expand Up @@ -10118,7 +10118,7 @@ h4 small {
padding: 30px;
}
.homepage .popular-dataset .more a {
color: #000000;
color: #fff;
font-size: 23px;
padding-bottom: 11px;
}
Expand Down
6 changes: 3 additions & 3 deletions ckanext/ubdc/public/base/scss/_homepage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
background-image: url("#{$imagePath}/popular-dataset-bg.png");
background-repeat: no-repeat;
background-position: 0 30px;
background-color: #edeced;
background-color: #00162C;
.col-md-4 {
&:nth-child(1) {
.icon {
Expand Down Expand Up @@ -127,7 +127,7 @@
position: relative;
font-weight: 700;
font-size: 23px;
color: #000000;
color: #fff;
text-transform: uppercase;
padding-top: 70px;
padding-bottom: 70px;
Expand Down Expand Up @@ -171,7 +171,7 @@
text-align: center;
padding: 30px;
a {
color: #000000;
color: #fff;
font-size: 23px;
padding-bottom: 11px;
}
Expand Down
2 changes: 1 addition & 1 deletion ckanext/ubdc/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ <h4>Connect</h4>
</div>
</div>
<div class="attribution">
<p>Developed by <a href="https://www.datopian.com/" target="_blank">Datopain.</a></p>
<p>Developed by <a href="https://www.datopian.com/" target="_blank">Datopian.</a></p>
<p>Powered by <a href="http://ckan.org/" target="_blank">CKAN.</a></p>
</div>
</div>
Expand Down

0 comments on commit 86cd35d

Please sign in to comment.