Skip to content

Commit

Permalink
[css]added daaz color
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrocha committed Jul 11, 2024
1 parent 102852a commit 614af97
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion static/survey/css/survey-index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

.bg-bright-blue {
background-color: rgb(182, 218, 240);
background-color: #0099FF !important;
}

.text-blue-color {
Expand Down
6 changes: 3 additions & 3 deletions templates/surveyAlto/survey/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@

{% block bootstrap4_extra_head %}
{{ block.super }}
<link rel="stylesheet" type="text/css" href="{% static " survey/css/survey-index.css" %}" />
<script type="text/javascript" src="{% static " survey/js/survey-index.js" %}"></script>
<link rel="stylesheet" type="text/css" href="{% static "survey/css/survey-index.css" %}" />
<script type="text/javascript" src="{% static "survey/js/survey-index.js" %}"></script>
{% endblock %}

{% block content %}
{% cookiebanner_modal 'bootstrap4' %}
<div class="card bg-primary">
<div class="card bg-bright-blue">
<div class="card-body font-weight-light text-white p-2">
<h3 class="card-title text-center m-0">{{ _('QUESTIONNAIRE DE SATISFACTION') }}</h3>
</div>
Expand Down

0 comments on commit 614af97

Please sign in to comment.