Some Duplicate Variables Removed And Some Arrangement Done

This commit is contained in:
devansh bawari 2021-01-20 17:01:21 +05:30
parent 18111309a5
commit c6ecfbeb5f
9 changed files with 1054 additions and 1034 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1,5 @@
{
"/js/velocity.js": "/js/velocity.js?id=944363ef9b7fd3a4f15d",
"/js/velocity.js": "/js/velocity.js?id=a45dba1beb5c6f79193d",
"/css/velocity-admin.css": "/css/velocity-admin.css?id=4322502d80a0e4a0affd",
"/css/velocity.css": "/css/velocity.css?id=c0ee0beda342603e1144"
"/css/velocity.css": "/css/velocity.css?id=29d0ae8ef5a09d67a946"
}

File diff suppressed because it is too large Load Diff

View File

@ -406,7 +406,7 @@
padding: 0 10px !important;
font-size: 24px !important;
font-weight: 600 !important;
color: $dark-color !important;
color: $black-color !important;
background-color: $white-color;
border: 1px solid $border-common !important;
}
@ -501,7 +501,7 @@
label {
font-size: 18px;
color: $light-grey-clr;
color: $grey-color;
text-transform: uppercase;
}
}
@ -525,12 +525,12 @@
button[type=button].btn-secondary {
border: none;
font-size: 16px;
color: $dark-color;
background-color: $light-color;
color: $black-color;
background-color: $white-color;
:hover {
color: $dark-color !important;
background-color: $light-color !important;
color: $black-color !important;
background-color: $white-color !important;
}
:focus,
@ -641,8 +641,8 @@
text-align: center;
position: absolute;
border-radius: 50%;
color: $light-color;
background: $dark-color;
color: $white-color;
background: $black-color;
}
}
@ -774,7 +774,7 @@
}
.customer-email {
color: $light-grey-clr;
color: $grey-color;
}
}
@ -876,7 +876,7 @@
font-size: 16px;
padding: 5px 16px;
border-radius: 1px;
background: $btn-text-color;
background: $button-text-color;
border: 1px solid $border-common;
}
@ -1192,7 +1192,7 @@
&.next,
&.previous {
cursor: not-allowed;
color: $light-grey-clr !important;
color: $grey-color !important;
}
}
@ -1271,13 +1271,13 @@
font-size: 18px;
font-weight: 600;
padding-bottom: 10px;
color: $light-grey-clr;
color: $grey-color;
}
.section-content {
label + span {
font-weight: 600;
color: $light-grey-clr;
color: $grey-color;
}
.totals {
@ -1318,7 +1318,7 @@
font-size: 18px;
padding: 10px 0;
font-weight: 600;
color: $light-grey-clr;
color: $grey-color;
}
}
}
@ -1497,7 +1497,7 @@
font-size: 16px;
padding: 5px 16px;
border-radius: 1px;
background: $btn-text-color;
background: $button-text-color;
border: 1px solid $border-common;
}
@ -1708,7 +1708,7 @@
&.sale {
padding: 2px 14px;
background-color: $color-danger;
background-color: $danger-color;
}
&.new {
@ -1867,7 +1867,7 @@
z-index: 100;
padding-top: 10px;
position: absolute;
background: $light-color;
background: $white-color;
border-left: 1px solid $border-common;
box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
overflow-y: auto;
@ -2131,7 +2131,7 @@
width: 100%;
height: 100%;
border-radius: 50%;
background-color: $light-color;
background-color: $white-color;
box-shadow: 0.5px 0.5px 2px 1px rgba(0,0,0,.32);
}
@ -2148,7 +2148,7 @@
text-align: center;
border-radius: 5px;
white-space: nowrap;
color: $light-color;
color: $white-color;
border-color: $theme-color !important;
background-color: $theme-color !important;
}

View File

@ -32,7 +32,7 @@
.social-icons {
height: 100%;
padding: 20px 0;
color: $light-color;
color: $white-color;
i {
margin: 0;

View File

@ -264,7 +264,7 @@
padding: 10px 20px;
vertical-align: top;
border: 1px solid transparent;
color: $light-color !important;
color: $white-color !important;
background-color: $theme-color !important;
&:hover,
@ -277,7 +277,7 @@
&.light {
color: $theme-color !important;
background-color: $light-color !important;
background-color: $white-color !important;
box-shadow: 0 1px 0 0 #CFCFCF;
border: 1px solid rgba(0,0,0,0.12);
@ -307,8 +307,8 @@
padding: 9px 20px;
border-radius: 2px;
vertical-align: top;
color: $dark-color !important;
background-color: $light-color !important;
color: $black-color !important;
background-color: $white-color !important;
}
.sale-btn {
@ -723,7 +723,7 @@ select:focus,
}
.control-error {
color: $color-danger;
color: $danger-color;
}
.mandatory,
@ -734,7 +734,7 @@ select:focus,
content: "*";
font-size: 16px;
margin-left: -1px;
color: $color-danger;
color: $danger-color;
}
}

View File

@ -1,4 +1,3 @@
// Mixins
@mixin box-shadow($shadows...) {
-webkit-box-shadow: $shadows;
-moz-box-shadow: $shadows;

View File

@ -1,35 +1,54 @@
/*
Added back again because in chrome this is not using and light house also saying not used.
But in mozilla all fonts are gone which creating problem.
|
| Added back again because in chrome this is not using and light house also saying not used.
| But in mozilla all fonts are gone which creating problem.
|
*/
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap');
/* velocity variables */
$white-color: #FFFFFF;
$black-color: #111111;
$font-color: rgba(0,0,0,0.83);
$font-color-light: rgba(255, 255, 255, 0.83);
$button-primary-bg: #21A179;
$border-primary: #269c77;
$button-danger: #F05153;
$border-danger: #F05153;
$color-danger: #F05153;
$border-common: #CCCCCC;
$border-dark: #DCDCDC;
$border-light: #ECECEC;
$border-general: #E5E5E5;
/*
|--------------------------------------------------------------------------
| Velocity Variables
|--------------------------------------------------------------------------
|
| Below are all the variables used in Velocity's SCSS.
|
*/
/* theme colors */
$theme-color: #26A37C;
$theme-dark-color: #247959;
$btn-text-color: #FFFFFF;
$light-color: #FFFFFF;
$dark-color: #000000;
$light1-black: #141516;
$light2-black: #cfcfd0;
/* background colors */
$light-background: #F7F7F9;
/* font colors */
$font-color: rgba(0,0,0,0.83);
$font-color-light: rgba(255, 255, 255, 0.83);
/* button colors */
$button-danger: #F05153;
$button-primary-bg: #21A179;
$button-text-color: #FFFFFF;
/* border colors */
$border-common: #CCCCCC;
$border-danger: #F05153;
$border-dark: #DCDCDC;
$border-general: #E5E5E5;
$border-light: #ECECEC;
$border-primary: #269c77;
/* link colors */
$link-color: #4D7EA8;
$light-link-color: #28557B;
$grey-clr: rgba(0,0,0,0.53);
$light-grey-clr: rgb(158, 158, 158);
$light-background: #F7F7F9;
/* remaining colors */
$black-color: #111111;
$danger-color: #F05153;
$grey-color: rgb(158, 158, 158);
$light1-black: #141516;
$light2-black: #cfcfd0;
$white-color: #FFFFFF;
/* other stuffs */
$sidebar-width: 230px;