Skip to content

Commit 623f132

Browse files
committed
refactor(assets): updated version 2.0.0
1 parent 30e7c5b commit 623f132

File tree

155 files changed

+21073
-11251
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

155 files changed

+21073
-11251
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Bug 🐞
2-
description: Report a bug
2+
description: Report a bug
33
labels: [support, bug]
44
body:
55
- type: markdown
@@ -27,11 +27,11 @@ body:
2727
value: |
2828
<!-- If technical bug
2929
NodeJS Version:
30-
Package manager(npm|yarn|pnpm):
30+
Package manager(npm|yarn|pnpm):
3131
Browser name & version:
3232
System:
3333
-->
34-
34+
3535
<!-- If design file bug
3636
Technology(figma|sketch):
3737
-->

.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
blank_issues_enabled: false
1+
blank_issues_enabled: false

.github/workflows/handle-new-issue-comment.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Handle new issue comment'
1+
name: '💬 Handle new issue comment'
22
on:
33
issue_comment:
44
types: [created]
@@ -9,6 +9,7 @@ jobs:
99
name: Handle new issue comment
1010
steps:
1111
- name: Toggle awaiting-reply label
12-
uses: jd-solanki/[email protected].0
12+
uses: jd-solanki/[email protected].2
1313
with:
1414
label: awaiting-reply
15+
only-if-label: support

.github/workflows/handle-new-issue.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
comment: >
1717
Potential duplicates: {{#issues}}
1818
- #{{ number }} _({{ accuracy }}% Match)_
19-
{{/issues}}
19+
{{/issues}}

.github/workflows/issue-staler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 'Close stale issues and PRs'
1+
name: '😶‍🌫️ Close stale issues and PRs'
22
on:
33
schedule:
44
- cron: '30 1 * * *'

LICENSE.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 [ThemeSelection](https://themeselection.com/)
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

assets/css/demo.css

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@
1616
.app-brand-text.demo {
1717
font-size: 1.75rem;
1818
letter-spacing: -0.5px;
19-
text-transform: lowercase;
2019
}
2120

2221
/* ! For .layout-navbar-fixed added fix padding top to .layout-page */
2322
/* Detached navbar */
2423
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
25-
padding-top: 76px !important;
24+
padding-top: 74px !important;
2625
}
2726
/* Default navbar */
2827
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {

assets/img/backgrounds/18.jpg

-86.7 KB
Binary file not shown.

assets/img/icons/brands/github.png

-388 Bytes
Loading
-78 Bytes
Loading
-776 Bytes
Binary file not shown.
-60 Bytes
Loading
-917 Bytes
Loading

assets/img/icons/unicons/chart.png

-621 Bytes
Loading

assets/img/icons/unicons/paypal.png

-247 Bytes
Loading
-240 Bytes
Loading

assets/img/icons/unicons/wallet.png

-189 Bytes
Loading
Loading
Binary file not shown.
20.6 KB
Loading
Loading

assets/js/config.js

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
'use strict';
99

1010
// JS global variables
11-
let config = {
11+
window.config = {
1212
colors: {
1313
primary: '#696cff',
1414
secondary: '#8592a3',
@@ -17,13 +17,13 @@ let config = {
1717
warning: '#ffab00',
1818
danger: '#ff3e1d',
1919
dark: '#233446',
20-
black: '#000',
20+
black: '#22303e',
2121
white: '#fff',
2222
cardColor: '#fff',
2323
bodyBg: '#f5f5f9',
24-
bodyColor: '#697a8d',
25-
headingColor: '#566a7f',
26-
textMuted: '#a1acb8',
27-
borderColor: '#eceef1'
24+
bodyColor: '#646E78',
25+
headingColor: '#384551',
26+
textMuted: '#a7acb2',
27+
borderColor: '#e4e6e8'
2828
}
2929
};

0 commit comments

Comments
 (0)