From 6895ecd46faa8a6892c29c72f433ae7b7cc9626f Mon Sep 17 00:00:00 2001 From: andriikamaldinov1 Date: Thu, 24 Oct 2024 19:38:03 +0300 Subject: [PATCH] fix(ref: no-ref): remove comments --- src/app/app.component.scss | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/app/app.component.scss b/src/app/app.component.scss index fa5f0683..06ed89a7 100644 --- a/src/app/app.component.scss +++ b/src/app/app.component.scss @@ -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; -// } -// } -// } -//}