Skip to content
Snippets Groups Projects
Commit 1f49fdac authored by Tifenn Guillas's avatar Tifenn Guillas
Browse files

DONE

parent e70865ec
No related branches found
No related tags found
2 merge requests!68Develop,!51Resolve "Design output selectbox"
......@@ -14,7 +14,7 @@
}
.selectbox button:hover {
background-color: #F8F9FA;
background-color: #ECECEC;
}
.selectbox button:focus {
......
......@@ -12,9 +12,9 @@
<div class="selectbox p-0">
<div *ngFor="let attribute of getAttributeListSortedByDisplay()">
<div *ngIf="isSelected(attribute.id)">
<button class="btn btn-block text-left py-1 m-0 bg-theme-color rounded-0"
<button class="btn btn-block text-left py-1 m-0 rounded-0"
(click)="toggleSelection(attribute.id)">
<i class="fas fa-fw fa-check"></i> {{ attribute.form_label }}
<i class="fas fa-fw fa-check-square anis-color"></i> {{ attribute.form_label }}
</button>
</div>
<div *ngIf="!isSelected(attribute.id)">
......
......@@ -3,8 +3,4 @@
.custom-accordion-output .panel-body {
padding-top: 0;
padding-bottom: 0;
}
.bg-theme-color {
background-color: #7AC29A;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment