[Codefactor]Apply fixes (all mirrors)

This commit is contained in:
srgooglo 2020-08-28 03:45:13 +02:00
parent be94aad23a
commit e04eef4acb
14 changed files with 46 additions and 57 deletions

View File

@ -1,15 +1,4 @@
# umi project # Comty-Development
[![CodeFactor](https://www.codefactor.io/repository/github/srgooglo/comty-development/badge?s=d26d9c4b4f23bdf7fdc8209a8088c58841deffc3)](https://www.codefactor.io/repository/github/srgooglo/comty-development)
## Getting Started
Install dependencies,
```bash
$ yarn
```
Start the dev server,
```bash
$ yarn start
```

View File

@ -5,7 +5,7 @@
background-color: rgba(0, 0, 0, 0.1); background-color: rgba(0, 0, 0, 0.1);
width: auto; width: auto;
max-width: 60%; max-width: 60%;
padding: 0 5px 0 5px; padding: 0 5px;
margin: 0 0 0 50%; margin: 0 0 0 50%;
height: auto; height: auto;
position: absolute; position: absolute;

View File

@ -7,7 +7,7 @@
font-weight: 500; font-weight: 500;
.hash{ .hash{
margin: 5px 0 3px 0; margin: 5px 0 3px;
cursor: pointer; cursor: pointer;
} }

View File

@ -80,7 +80,7 @@
@media (max-width: @bp-medium) { @media (max-width: @bp-medium) {
padding: 30px 5px 30px 5px; padding: 30px 5px;
} }
color: @Overlay_container1_def_color; color: @Overlay_container1_def_color;
@ -155,7 +155,7 @@
.renderSearch_wrapper { .renderSearch_wrapper {
height: 87vh; height: 87vh;
overflow: hidden; overflow: hidden;
margin: 20px 0 0 0; margin: 20px 0 0;
font-family: @__Global_general_font_family; font-family: @__Global_general_font_family;
h2 { h2 {
color: #ffffff; color: #ffffff;

View File

@ -37,7 +37,7 @@
} }
.ant-menu-item:hover { .ant-menu-item:hover {
border-radius: 8px 8px 8px 8px; border-radius: 8px;
transform: translate(10px,0); transform: translate(10px,0);
// background: linear-gradient(49deg, rgba(255,255,255,1) 32%, rgba(255, 255, 255, 0) 100%); // background: linear-gradient(49deg, rgba(255,255,255,1) 32%, rgba(255, 255, 255, 0) 100%);
@ -80,7 +80,7 @@
} }
.something_thats_pulling_me_down { .something_thats_pulling_me_down {
margin: 0 0 12px 0; margin: 0 0 12px;
:global { :global {
text-align: center; text-align: center;
bottom: 0; bottom: 0;
@ -105,7 +105,7 @@
.left_sider_menuContainer { .left_sider_menuContainer {
height: 100%; height: 100%;
margin: 18px 0 8px 0; margin: 18px 0 8px;
flex: 1; flex: 1;
:global { :global {

View File

@ -6,7 +6,7 @@
max-width: 510px; max-width: 510px;
min-width: 265px; min-width: 265px;
width: auto; width: auto;
margin: 7px auto 50px auto; margin: 7px auto 50px;
:global { :global {
textarea { textarea {
@ -37,7 +37,7 @@
} }
.ant-card-body { .ant-card-body {
padding: 5px 15px 5px 15px; padding: 5px 15px;
} }
.ant-card-actions { .ant-card-actions {
@ -57,7 +57,7 @@
} }
.ant-card-actions>li { .ant-card-actions>li {
margin: -20px 0 0 0; margin: -20px 0 0;
border-right: 0; border-right: 0;
i { i {
@ -98,7 +98,7 @@
z-index: 10; z-index: 10;
position: relative; position: relative;
width: 100%; width: 100%;
padding: 18px 7px 0 7px; padding: 18px 7px 0;
transition: height 150ms linear; transition: height 150ms linear;
:global { :global {
@ -117,9 +117,9 @@
position: relative; position: relative;
border-color: transparent !important; border-color: transparent !important;
box-shadow: none; box-shadow: none;
border-radius: 3px 0 0 0; border-radius: 3px 0 0;
height: 100%; height: 100%;
padding: 5px 10px 5px 10px; padding: 5px 10px;
transition: height 150ms linear; transition: height 150ms linear;
width: 100%; width: 100%;
@ -138,7 +138,7 @@
.progressHandler { .progressHandler {
z-index: 10; z-index: 10;
position: relative; position: relative;
margin: 0 7px 0 7px; margin: 0 7px;
:global { :global {
.ant-progress-bg { .ant-progress-bg {
@ -157,7 +157,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
position: relative; position: relative;
margin: 0 0 40px 0; margin: 0 0 40px;
.shareWith { .shareWith {
color: rgb(53, 53, 53); color: rgb(53, 53, 53);
@ -234,7 +234,7 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
// top: -100px; // top: -100px;
margin: 0 0 15px 0; margin: 0 0 15px;
background-color: #eeeeee; background-color: #eeeeee;
.imagePreview { .imagePreview {

View File

@ -1,7 +1,7 @@
.post_report_main{ .post_report_main{
padding: 0 0 0 115px; padding: 0 0 0 115px;
&.mobile{ &.mobile{
padding: 0 0 60px 0; padding: 0 0 60px;
} }
} }
.post_report_body{ .post_report_body{

View File

@ -47,8 +47,8 @@
select:-webkit-autofill:focus { select:-webkit-autofill:focus {
border: 0; border: 0;
-webkit-text-fill-color: #333; -webkit-text-fill-color: #333;
-webkit-box-shadow: 0 0 0px 1000px #ffffff98 inset; -webkit-box-shadow: 0 0 0 1000px #ffffff98 inset;
box-shadow: #fff 0px 0px 0px 1000px inset; box-shadow: #fff 0 0 0 1000px inset;
transition: background-color 5000s ease-in-out 0s; transition: background-color 5000s ease-in-out 0s;
} }
@ -80,7 +80,7 @@
background-color: #fff; background-color: #fff;
padding: 20px; padding: 20px;
border-radius: 12px 0 0 12px; border-radius: 12px 0 0 12px;
box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.52); box-shadow: 0 10px 20px 0 rgba(51,51,51,0.52);
transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
} }
@ -90,11 +90,11 @@
width: 70%; width: 70%;
max-height: -webkit-fill-available; max-height: -webkit-fill-available;
height: 150px; height: 150px;
padding: 20px 50px 20px 50px; padding: 20px 50px;
color: #333; color: #333;
background-color: #fff; background-color: #fff;
border-radius: 12px; border-radius: 12px;
box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.52); box-shadow: 0 10px 20px 0 rgba(51,51,51,0.52);
transition: all 300ms ease-in-out; transition: all 300ms ease-in-out;
} }
@ -116,7 +116,7 @@
:global{ :global{
.ant-btn{ .ant-btn{
margin: auto; margin: auto;
padding: 0 5px 0 5px; padding: 0 5px;
} }
} }
@ -127,7 +127,7 @@
@keyframes go-out { @keyframes go-out {
0% { 0% {
filter: blur(0px) filter: blur(0)
} }
100% { 100% {
@ -160,13 +160,13 @@
width: 100%; width: 100%;
float: none; float: none;
border-radius: 12px 12px 0 0; border-radius: 12px 12px 0 0;
padding: 20px 20px 20px 20px; padding: 20px;
transform: translate(0, 22px); transform: translate(0, 22px);
} }
.right_body{ .right_body{
width: 100%; width: 100%;
float: none; float: none;
padding: 20px 60px 20px 60px; padding: 20px 60px;
} }
} }
@ -201,7 +201,7 @@
box-shadow: none; box-shadow: none;
width: 100%; width: 100%;
float: none; float: none;
padding: 20px 20px 20px 20px; padding: 20px;
} }
} }

View File

@ -2,7 +2,7 @@
.main { .main {
font-family: "Nunito", sans-serif; font-family: "Nunito", sans-serif;
margin: 20px 0 0 0; margin: 20px 0 0;
display: flex; display: flex;
width: 100%; width: 100%;
height: 100%; height: 100%;

View File

@ -26,7 +26,7 @@
margin: 0 10px 0 0; margin: 0 10px 0 0;
-webkit-border-radius: 7px; -webkit-border-radius: 7px;
background-color: rgba(0, 0, 0, 0.15); background-color: rgba(0, 0, 0, 0.15);
-webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05); -webkit-box-shadow: inset -1px -1px 0 rgba(0, 0, 0, 0.05), inset 1px 1px 0 rgba(0, 0, 0, 0.05);
} }
::-webkit-scrollbar-button { ::-webkit-scrollbar-button {
width: 0; width: 0;
@ -75,7 +75,7 @@
min-width: unset; min-width: unset;
} }
.primary_layout_content{ .primary_layout_content{
padding: 35px 15px 15px 15px; padding: 35px 15px 15px;
} }
} }