Skip to content

Commit

Permalink
Merge pull request #71 from hitobito/bootstrap5-fixes
Browse files Browse the repository at this point in the history
set font correctly and use font awesome icons
  • Loading branch information
njaeggi authored Jan 19, 2024
2 parents c0c33f5 + 9d4451f commit 676cab1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $btn-border: #002357;
// -------------------------
$sans-font-family: Helvetica, Arial, sans-serif !default;
$heading-font-family: "Century Gothic", $sans-font-family;
$base-font-family: $sans-font-family !default;
$font-family-base: $sans-font-family !default;
$headings-font-weight: normal !default; // instead of browser default, bold

// Decoration
Expand Down
2 changes: 1 addition & 1 deletion app/decorators/jubla/event_decorator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def bsv_field(key)
end

def warning(key)
content_tag(:i, '', class: 'icon icon-warning-sign', title: bsv_info.error(key))
content_tag(:i, '', class: 'fas fa-exclamation-triangle', title: bsv_info.error(key))
end

def bsv_info
Expand Down

0 comments on commit 676cab1

Please sign in to comment.