Skip to content

Commit

Permalink
fix(ref: no-ref): remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
andriikamaldinov1 committed Oct 24, 2024
1 parent 4c42a82 commit 6895ecd
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,27 +1,3 @@
//@import '../libraries/styles/media-breakpoints';
:host {
@apply block h-full;
//display: block;
//height: 100%;
}
//.content-wrapper {
// .mask-wrap {
// height: calc(100% - 64px);
// overflow: auto;
// .right-section {
// width: 100%;
// padding-left: 310px;
// }
// }
//}
//
//@media screen and (max-width: $desktopWidth) {
// .content-wrapper {
// .mask-wrap {
// .right-section {
// padding: 0;
// margin-top: 55px;
// }
// }
// }
//}

0 comments on commit 6895ecd

Please sign in to comment.