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 fb0ea56c84

View File

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