Skip to content

Commit

Permalink
move the bootstrap vue global styles into the shared head template (#…
Browse files Browse the repository at this point in the history
…7228)

fix problems with chat side flyout
  • Loading branch information
androolloyd authored Aug 12, 2020
1 parent 2f69e3a commit b3cd45b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion app/dashboard/templates/dashboard/index-vue.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
{% include 'shared/cards.html' %}
{% endif %}
<link rel="stylesheet" href='{% static "v2/css/dashboard-hackathon.css" %}'/>
<link rel="stylesheet" href='{% static "v2/css/bootstrap-vue.min.css" %}'/>
<link rel="stylesheet" href='{% static "v2/css/featured-bounties.css" %}'/>
<link rel="stylesheet" href='{% static "v2/css/tag.css" %}'/>
<link rel="stylesheet" href='{% static "v2/css/users.css" %}' />
Expand Down
1 change: 1 addition & 0 deletions app/retail/templates/shared/head.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml" />
<link rel="stylesheet" href="{% static "v2/css/search.css" %}">
<link rel="stylesheet" href="{% static "v2/css/bootstrap.min.css" %}" crossorigin="anonymous">
<link rel="stylesheet" href='{% static "v2/css/bootstrap-vue.min.css" %}'/>
<link rel="stylesheet" href="{% static "v2/css/lib/typography.css" %}">
<link rel="stylesheet" href="{% static "v2/css/fontawesome-all.min.css" %}">
<link rel="stylesheet" href="{% static "v2/css/gitcoin.css" %}" />
Expand Down
1 change: 0 additions & 1 deletion app/townsquare/templates/townsquare/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@
margin: 0;
}
</style>
<link rel="stylesheet" href='{% static "v2/css/bootstrap-vue.min.css" %}'/>
<script src='{% static "v2/js/theme_switcher.js" %}'></script>
</head>

Expand Down

0 comments on commit b3cd45b

Please sign in to comment.