Merge pull request #34 from srgooglo/master-cf-autofix

Apply fixes from CodeFactor
This commit is contained in:
srgooglo 2020-11-17 18:58:50 +01:00 committed by GitHub
commit 94fa7f2ce6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,10 +8,10 @@
// Resolutions variables
@screen-sm: 48em; // 768px
@screen-md: 64em; // 1024px
@screen-lg: 85.375em; // 1366px
@screen-xl: 120em; // 1920px
@screen-sm: 48em; // 768px
@screen-md: 64em; // 1024px
@screen-lg: 85.375em; // 1366px
@screen-xl: 120em; // 1920px
@screen-xxl: 160em; // 2560px
::-webkit-scrollbar {
@ -146,7 +146,7 @@ body {
// Right Sidebar
@__app_overlay_padding: 30px 30px 30px 35px;
@__app_overlay_padding: 30px 30px 30px 35px;
.app_right_sidebar_wrapper {
height: 100%;
width: 100%;
@ -239,7 +239,7 @@ body {
}
.app_overlay_backButton{
margin: 0 0 15px 0;
margin: 0 0 15px;
background-color: #fff;
border-radius: 8px;
color: @Overlay_container_1_btn_color;