Skip to content
Open

Dev dh #2045

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions BC.code-workspace
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"folders": [
{
"path": "."
}
],
"settings": {}
}
2 changes: 1 addition & 1 deletion assets/scss/components/foundation/alerts/_alerts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

.alertBox--info {
color: stencilColor("alert-color-alt");
background-color: stencilColor("banner--deafault-backgroundColor");
background-color: stencilColor("banner--default-backgroundColor");

.alertBox-close {

Expand Down
3 changes: 2 additions & 1 deletion assets/scss/components/stencil/navPages/_navPages.scss
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,8 @@

.collapsible-icon-wrapper {
height: 100%;
width: 100%;
//width: 100%;
width: auto;
box-sizing: content-box;
display: inline-block;
text-align: right;
Expand Down
3 changes: 3 additions & 0 deletions assets/scss/layouts/_layouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@

// Account
@import "account/account";

// Custom
@import "custom/custom";
Loading