Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
PavlosIsaris committed Dec 3, 2024
1 parent 6997734 commit 921b074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions resources/assets/sass/shared/card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,8 @@
}
}

.card-info {
border-top-color: $brand-primary;
}

.card-info:not(.card-outline) {
border-top: 0;
.card-header {
background-color: $brand-primary;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<div class="row">
<div class="col-12">

<div class="container-fluid">
<div class="row">
<div class="container-fluid no-gutters px-0">
<div class="row no-gutters">
<div class="col-12 mx-auto">
<div class="card card-info collapsed-card">
<div class="card-header">
Expand Down

0 comments on commit 921b074

Please sign in to comment.