new choose button, improve household renderbox

This commit is contained in:
2021-08-31 16:02:18 +02:00
parent b69fdd459a
commit 3927fd738c
4 changed files with 10 additions and 33 deletions

View File

@@ -19,6 +19,7 @@ $chill-theme-buttons: (
"view": $chill-blue,
"misc": $gray-300,
"cancel": $gray-300,
"choose": $gray-300
);
@each $button, $color in $chill-theme-buttons {
@@ -68,6 +69,7 @@ $chill-theme-buttons: (
// &.btn-action::before,
&.btn-delete::before,
&.btn-remove::before,
&.btn-choose::before,
&.btn-cancel::before {
font: normal normal normal 14px/1 ForkAwesome;
margin-right: 0.5em;
@@ -91,6 +93,7 @@ $chill-theme-buttons: (
&.btn-delete::before { content: "\f1f8"; } // fa-trash
&.btn-remove::before { content: "\f00d"; } // fa-times
&.btn-cancel::before { content: "\f060"; } // fa-arrow-left
&.btn-choose::before { content: "\f00c"; } // fa-check // f046 fa-check-square-o
}