mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
Merge branch 'master' of https://github.com/srgooglo/comty
This commit is contained in:
commit
281757a187
@ -3,6 +3,8 @@
|
||||

|
||||
[](https://www.codefactor.io/repository/github/srgooglo/comty)
|
||||
[](https://codeclimate.com/github/srgooglo/comty/maintainability)
|
||||
[](https://lgtm.com/projects/g/srgooglo/comty/alerts/)
|
||||
[](https://lgtm.com/projects/g/srgooglo/comty/context:javascript)
|
||||
[](https://trello.com/invite/b/UbwvlG1I/2bc02725b9b210d2e9e9a82c5040b895/comty-development)
|
||||
[](https://discord.gg/NmnJexe)
|
||||
|
||||
@ -35,5 +37,5 @@ Anyway, anyone interested, we are **looking for you**. As at the moment it is ve
|
||||
## Made with
|
||||
> We use these technologies and many more to make it work
|
||||
|
||||

|
||||

|
||||
*Using the best technologies makes all this a reality and take advantage of the maximum performance*
|
||||
|
@ -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%;
|
||||
@ -241,7 +241,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