Skip to content

Commit

Permalink
Toolkit scss consolidation (#1368)
Browse files Browse the repository at this point in the history
* Some scss changes
- Got rid of .outer-link class
- Added a tag in the toolkit-flex-item.section-container

* Removed not-clickable scss
  • Loading branch information
sena-ji authored Apr 9, 2021
1 parent b602137 commit 4110404
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _includes/svg/outer-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 10 additions & 6 deletions _sass/components/_toolkit.scss
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@
justify-content: center;
}

.outer-link {
width: 1.5rem;
}
// .outer-link {
// width: 1.5rem;
// }

.toolkit-flex-item.section-container {
position: relative;
Expand All @@ -127,6 +127,10 @@
height: auto;
margin: 1.2rem 1rem;
overflow: hidden;

a {
width: 1.5rem;
}
}

.toolkit-flex-item-img-container {
Expand Down Expand Up @@ -163,9 +167,9 @@
width: 100%;
}

.not-clickable {
color: black !important;
}
// .not-clickable {
// color: black !important;
// }

.toolkit-flex-item-status {
position: absolute;
Expand Down
2 changes: 1 addition & 1 deletion pages/toolkit.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h1>Our Toolkit</h1>
<h3><a href="{{item.provider-link}}" target="_blank">{{ item.title }}</a></h3>
<p>{{ item.description }}</p>
</div>
<a href="{{item.provider-link}}" class="toolkit-flex-item-status outer-link" target="_blank">
<a href="{{item.provider-link}}" class="toolkit-flex-item-status" target="_blank">
{% include {{ item.link-svg }} %}
</a>
</div>
Expand Down

0 comments on commit 4110404

Please sign in to comment.