Skip to content

Commit

Permalink
🔧 removendo excessos
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-gn committed Sep 8, 2022
1 parent b158560 commit c30bf11
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 49 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mprisma/components",
"version": "13.0.13",
"version": "13.0.14",
"repository": {
"type": "git",
"url": "https://github.com/gabriel-gn/prisma-components.git"
Expand Down
1 change: 0 additions & 1 deletion src/styles/base.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
@import '~@angular/material/prebuilt-themes/indigo-pink.css';
@import '~bootstrap/scss/bootstrap';
@import 'default/variables';
@import 'ionic/base';
@import 'default/base';
4 changes: 2 additions & 2 deletions src/styles/default/_sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -275,11 +275,11 @@ $sub-link-margin-top: 20px;
}

.mat-drawer-backdrop.mat-drawer-shown {
background-color: transparent;
// background-color: transparent;
}

.mat-drawer:not(.mat-drawer-side) {
box-shadow: none;
// box-shadow: none;
}

/*******************************
Expand Down
47 changes: 2 additions & 45 deletions src/styles/default/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,54 +22,11 @@

@import "drag-drop-uploader";


@import "typography";
@import "cursors";
@import "buttons";
@import "sidebar";
@import "navbar";
@import "tooltip";
@import "progress";
@import "cards";
@import "borders";
@import "checkboxes";
@import "inputs";
@import "labels";
@import "misc";
@import "chat";
@import "card-model-collection";
@import "tables-visual";
@import "auth-layout";
@import "accordion";
@import "document";
@import "variables";
@import "css-variables";

@import "mixins/misc";
@import "mixins/buttons";
@import "mixins/cursors";

@import "plugins/animate-css-slim";
@import "plugins/sweetalert2";
@import 'plugins/ngx-slider';
@import 'plugins/ngx-gallery';
@import 'plugins/snotify/snotify';

@import "angular-material/mat-dialog";
@import "angular-material/mat-form";
@import "angular-material/mat-menu";
@import "angular-material/mat-slide-toggle";
@import "angular-material/mat-stepper";
@import "angular-material/mat-tab";
@import "angular-material/mat-select";

@import "drag-drop-uploader";

@import "typography";
@import "cursors";
@import "buttons";
@import "sidebar";
@import "navbar";
// @import "sidebar";
// @import "navbar";
@import "tooltip";
@import "progress";
@import "cards";
Expand Down

1 comment on commit c30bf11

@vercel
Copy link

@vercel vercel bot commented on c30bf11 Sep 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.