This commit is contained in:
srgooglo 2020-11-21 23:33:24 +01:00
commit 281757a187
2 changed files with 9 additions and 7 deletions

View File

@ -3,6 +3,8 @@
![CodeQL](https://github.com/srgooglo/comty/workflows/CodeQL/badge.svg?branch=master) ![CodeQL](https://github.com/srgooglo/comty/workflows/CodeQL/badge.svg?branch=master)
[![CodeFactor](https://www.codefactor.io/repository/github/srgooglo/comty/badge)](https://www.codefactor.io/repository/github/srgooglo/comty) [![CodeFactor](https://www.codefactor.io/repository/github/srgooglo/comty/badge)](https://www.codefactor.io/repository/github/srgooglo/comty)
[![Maintainability](https://api.codeclimate.com/v1/badges/f89a278695d0a1301fe5/maintainability)](https://codeclimate.com/github/srgooglo/comty/maintainability) [![Maintainability](https://api.codeclimate.com/v1/badges/f89a278695d0a1301fe5/maintainability)](https://codeclimate.com/github/srgooglo/comty/maintainability)
[![Code Alerts](https://img.shields.io/lgtm/alerts/g/srgooglo/comty.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/srgooglo/comty/alerts/)
[![Grade: JavaScript](https://img.shields.io/lgtm/grade/javascript/g/srgooglo/comty.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/srgooglo/comty/context:javascript)
[![Trello](https://img.shields.io/badge/Trello-Join%20dashboard-blue)](https://trello.com/invite/b/UbwvlG1I/2bc02725b9b210d2e9e9a82c5040b895/comty-development) [![Trello](https://img.shields.io/badge/Trello-Join%20dashboard-blue)](https://trello.com/invite/b/UbwvlG1I/2bc02725b9b210d2e9e9a82c5040b895/comty-development)
[![Discord](https://img.shields.io/badge/dynamic/json?color=blue&label=Discord&query=name&url=https%3A%2F%2Fdiscord.com%2Fapi%2Fguilds%2F769176303978938389%2Fwidget.json)](https://discord.gg/NmnJexe) [![Discord](https://img.shields.io/badge/dynamic/json?color=blue&label=Discord&query=name&url=https%3A%2F%2Fdiscord.com%2Fapi%2Fguilds%2F769176303978938389%2Fwidget.json)](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 ## Made with
> We use these technologies and many more to make it work > We use these technologies and many more to make it work
![enter image description here](https://dl.ragestudio.net/persistent/CbEWXaE3cB35Rm2TFhY4Hnezr2P7qbtGDG86MPWUa6.png) ![tech](https://dl.ragestudio.net/persistent/CbEWXaE3cB35Rm2TFhY4Hnezr2P7qbtGDG86MPWUa6.png)
*Using the best technologies makes all this a reality and take advantage of the maximum performance* *Using the best technologies makes all this a reality and take advantage of the maximum performance*

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%;
@ -241,7 +241,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;