Skip to content

Commit

Permalink
Moved webforms.css into formplayer-common LESS
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Jan 29, 2024
1 parent 9ab2e3e commit e8a1719
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
{% compress css %}
<link rel="stylesheet" href="{% static 'nprogress/nprogress.css' %}">
<link rel="stylesheet" href="{% static 'At.js/dist/css/jquery.atwho.min.css' %}">
<link rel="stylesheet" href="{% static 'cloudcare/css/webforms.css' %}">
<link rel="stylesheet" href="{% static 'bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css' %}"/>
{% endcompress %}
{% compress css %}
Expand Down
4 changes: 0 additions & 4 deletions corehq/apps/cloudcare/templates/formplayer-common/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@
rel="stylesheet"
media="all"
href="{% static 'cloudcare/less/font-formplayer.less' %}" />
<link type="text/css"
rel="stylesheet"
media="all"
href="{% static 'cloudcare/css/webforms.css' %}">
<link type="text/less"
rel="stylesheet"
media="all"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ version of FORMPLAYER
@import "formplayer-common/formnav";
@import "formplayer-common/markdown-table";
@import "formplayer-common/address";
@import "formplayer-common/webforms";

@import "debugger/debugger";
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

{% block stylesheets %}
{% compress css %}
<link rel="stylesheet" href="{% static 'cloudcare/css/webforms.css' %}">
<link rel="stylesheet" href="{% static 'bootstrap-switch/dist/css/bootstrap3/bootstrap-switch.css' %}"/>
{% endcompress %}
{% compress css %}
Expand Down

0 comments on commit e8a1719

Please sign in to comment.