mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
[CodeFactor] Apply fixes to commit d50aeb1
This commit is contained in:
parent
d50aeb14fc
commit
82d2809ccb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user