Skip to content

Commit

Permalink
Small visual updates
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Mar 6, 2022
1 parent f6a45ff commit fd5f16f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastybird/web-ui-theme",
"version": "0.7.1",
"version": "0.7.2",
"description": "FastyBird basic theme & Vue components for web apps",
"keywords": [
"fastybird",
Expand Down
13 changes: 2 additions & 11 deletions src/assets/components/layout/fb-off-canvas.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,6 @@ $off-canvas-body-color: $bg-color-body;
$off-canvas-body-zindex: $zindex-off-canvas;
$off-canvas-font-family: $font-family-base;

@mixin flex-box {
@include flex-row(nowrap);
@include box-shadow(0 3px 9px rgba(0, 0, 0, 0.5));
}

@mixin flex-heading {
@include flex-row(nowrap);
}

@mixin flex-heading-title {
@include flex-column;
@mixin off-canvas-body {
@include flex-column(nowrap);
}
1 change: 1 addition & 0 deletions src/components/layout/FbHeader/Button/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
color: $header-color;
outline: none;
padding: 0 1rem;
text-decoration: none;

&-small {
height: 3rem;
Expand Down
2 changes: 2 additions & 0 deletions src/components/layout/FbOffCanvas/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
background-color: $off-canvas-body-color;
font-family: $off-canvas-font-family;
z-index: $off-canvas-body-zindex;

@include off-canvas-body;
}
}

Expand Down

0 comments on commit fd5f16f

Please sign in to comment.