WilliamsSonoma sub navigation changes.
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
<div
|
||||
class="achievments-display">
|
||||
{% comment %} TODO: display array after implementig gamification {% endcomment %}
|
||||
{% include "badge_icon"
|
||||
, badgeimg: 'https://s3.us-east-1.amazonaws.com/static.northpass.com/Instacart/medal.png'
|
||||
, badgename: ''
|
||||
, showname: false %}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.achievments-display {
|
||||
padding: 0 0.5rem;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
justify-content: flex-start;
|
||||
gap: 20px;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user