Skip to content

Commit

Permalink
HowToUse
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitraj-khorwal committed Aug 25, 2023
1 parent 433fedd commit 8e7655c
Show file tree
Hide file tree
Showing 6 changed files with 412 additions and 16 deletions.
32 changes: 16 additions & 16 deletions assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ a.btn-primary.hover {

.btn-green,
a.btn-green {
background: #75c181;
border: 1px solid #75c181;
background: #5567fd;
border: 1px solid #5567fd;
color: #fff !important;
}

Expand All @@ -115,9 +115,9 @@ a.btn-green:focus,
a.btn-green:active,
a.btn-green.active,
a.btn-green.hover {
background: #63b971;
background: #5567fd;
color: #fff !important;
border: 1px solid #63b971;
border: 1px solid #5567fd;
}

.body-green .btn-green,
Expand Down Expand Up @@ -332,7 +332,7 @@ select {
}

.body-green .branding .text-highlight {
color: #75c181;
color: #5567fd;
}

.body-blue .branding .text-highlight {
Expand Down Expand Up @@ -366,7 +366,7 @@ select {
}

.body-green .branding .icon {
color: #75c181;
color: #5567fd;
}

.body-blue .branding .icon {
Expand Down Expand Up @@ -462,7 +462,7 @@ select {
}

.body-green .doc-header .doc-title {
color: #75c181;
color: #5567fd;
}

.body-blue .doc-header .doc-title {
Expand Down Expand Up @@ -537,7 +537,7 @@ select {
font-weight: bold;
}
.doc-section text-color {
color: #75c181;
color: #5567fd;
}

.section-block {
Expand Down Expand Up @@ -654,7 +654,7 @@ select {
}

.callout-success {
background: #75c181;
background: #5567fd;
color: #fff;
}

Expand Down Expand Up @@ -845,11 +845,11 @@ select {

/* Color Schemes */
.body-green .header {
border-color: #75c181;
border-color: #5567fd;
}

.body-green a {
color: #75c181;
color: #5567fd;
}

.body-green a:hover {
Expand Down Expand Up @@ -959,8 +959,8 @@ select {
}

.body-green .doc-menu .nav-link.active {
color: #75c181;
border-color: #75c181;
color: #5567fd;
border-color: #5567fd;
}

.body-blue .doc-menu .nav-link.active {
Expand Down Expand Up @@ -1023,7 +1023,7 @@ select {
}

.body-green .doc-sub-menu .nav-link.active {
color: #75c181;
color: #5567fd;
}

.body-blue .doc-sub-menu .nav-link.active {
Expand Down Expand Up @@ -1395,15 +1395,15 @@ select {
}

.cards-section .item-green .item-inner {
border-top: 3px solid #75c181;
border-top: 3px solid #5567fd;
}

.cards-section .item-green .item-inner:hover .title {
color: #48a156;
}

.cards-section .item-green .icon {
color: #75c181;
color: #5567fd;
}

.cards-section .item-blue .item-inner {
Expand Down
Binary file added assets/images/main.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/r1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/second.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/thrads_rate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8e7655c

Please sign in to comment.