Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
add alert for fresh new look (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
b00f authored Jun 15, 2024
1 parent 3ea1160 commit 7adb180
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions website/_includes/header.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<div class="alert alert-info alert-dismissible fade show" role="alert">
A Fresh New Look is Coming Soon! Stay Tuned! 🌟
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>

<div class="shadow-sm rounded-bottom">
<nav class="navbar rounded-bottom navbar-expand-lg bg-body">
<div class="container-fluid">
Expand Down
8 changes: 4 additions & 4 deletions website/_sass/_styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ $prefix: "pa-";
@import "../../node_modules/bootstrap/scss/containers";
@import "../../node_modules/bootstrap/scss/grid";
@import "../../node_modules/bootstrap/scss/tables";
// @import "../../node_modules/bootstrap/scss/forms";
@import "../../node_modules/bootstrap/scss/forms";
@import "../../node_modules/bootstrap/scss/buttons";
@import "../../node_modules/bootstrap/scss/transitions";
@import "../../node_modules/bootstrap/scss/dropdown";
// @import "../../node_modules/bootstrap/scss/button-group";
@import "../../node_modules/bootstrap/scss/button-group";
@import "../../node_modules/bootstrap/scss/nav";
@import "../../node_modules/bootstrap/scss/navbar"; // Requires nav
// @import "../../node_modules/bootstrap/scss/card";
Expand All @@ -36,7 +36,7 @@ $prefix: "pa-";
@import "../../node_modules/bootstrap/scss/alert";
// @import "../../node_modules/bootstrap/scss/progress";
// @import "../../node_modules/bootstrap/scss/list-group";
// @import "../../node_modules/bootstrap/scss/close";
@import "../../node_modules/bootstrap/scss/close";
// @import "../../node_modules/bootstrap/scss/toasts";
// @import "../../node_modules/bootstrap/scss/modal"; // Requires transitions
// @import "../../node_modules/bootstrap/scss/tooltip";
Expand Down Expand Up @@ -346,4 +346,4 @@ blockquote {

.sensifai{
max-width: 300px;
}
}

0 comments on commit 7adb180

Please sign in to comment.