This commit is contained in:
KONE SOREL 2026-03-18 14:16:16 +00:00
parent 84b543f623
commit 869f15f7b7
2 changed files with 3 additions and 2 deletions

View File

@ -84,7 +84,7 @@
</div>
<style>
.btn-primary-ghost { background-color: rgba(52, 98, 223, 0.08) !important; color: #212e53; }
.btn-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; }
.bg-success-light { background-color: rgba(25, 135, 84, 0.08) !important; }
.btn-danger-light { color: #dc3545; background-color: rgba(220, 53, 69, 0.1); border: none; }

View File

@ -63,7 +63,7 @@
</div>
<style>
/* Harmonisation SelectPicker Neutral Pro */
/* Harmonisation SelectPicker Neutral Pro
.bootstrap-select .btn.dropdown-toggle {
padding-top: 0.6rem !important;
padding-bottom: 0.6rem !important;
@ -78,6 +78,7 @@
display: flex;
align-items: center;
}
*/
.border-dashed { border-style: dashed !important; }
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; }