Skip to content

Commit

Permalink
update deps js (Hexlet#717)
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey authored Jan 24, 2024
1 parent 2ad3ace commit 945918a
Show file tree
Hide file tree
Showing 4 changed files with 4,998 additions and 14,577 deletions.
5 changes: 4 additions & 1 deletion app/javascript/stylesheets/application.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ $link-decoration: none;

@import 'bootstrap/scss/bootstrap';
@import 'select2';
@import 'select2-bootstrap-5-theme';
// @import 'select2-bootstrap-5-theme';
@import 'bootstrap-icons/font/bootstrap-icons';
@import "swiper/css/bundle";
// хак чтобы select2-bootstrap не конфликтовал с новым bootstrap
$s2bs5-border-color: $border-color;
@import "select2-bootstrap-5-theme/src/include-all";



Expand Down
2 changes: 1 addition & 1 deletion app/views/web/admin/career_member_users/_careers.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
.d-flex.fw-bold.flex-wrap
- careers.each do |career|
.m-1
= filter_link(career.name, { careers_slug_in: career.slug }, class: 'badge bg-success text-body-tertiary')
= filter_link(career.name, { careers_slug_in: career.slug }, class: 'badge bg-success')
Loading

0 comments on commit 945918a

Please sign in to comment.