Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change background sir? #41

Open
4 tasks done
bagaskaraarya12 opened this issue Feb 27, 2020 · 3 comments
Open
4 tasks done

How to change background sir? #41

bagaskaraarya12 opened this issue Feb 27, 2020 · 3 comments

Comments

@bagaskaraarya12
Copy link

bagaskaraarya12 commented Feb 27, 2020

Prerequisites

Please answer the following questions for yourself before submitting an issue.

  • I am running the latest version
  • I checked the documentation and found no answer
  • I checked to make sure that this issue has not already been filed
  • I'm reporting the issue to the correct repository (for multi-repository projects)

Expected Behavior

Please describe the behavior you are expecting

Current Behavior

What is the current behavior?

Failure Information (for bugs)

Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template.

Steps to Reproduce

Please provide detailed steps for reproducing the issue.

  1. step 1
  2. step 2
  3. you get it...

Context

Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.

  • Device:
  • Operating System:
  • Browser and Version:

Failure Logs

Please include any relevant log snippets or files here.

@rarestoma
Copy link
Contributor

Hi @bagaskaraarya12 ,

Thank you for working with our products.

Can you please tell me more about this issue? Which backround do you want to change? The whole background or just for the sidebar/navbar/etc?

Thank you,
Rares

@khooz
Copy link

khooz commented Nov 23, 2020

Hi @rarestoma ,
A guide on how to traverse the scss files would be nice and appreciated. I am looking for definitions of bg-default (for instance) or bg-gradient-info and I can't find it through searching for the word in those files, which means you have used class name mixing. They're vital for branding and in fact, any class contributing to colors for that matter is important.
Thanks.

@rarestoma
Copy link
Contributor

Hi @khooz,

Thank you for working with our products.

You can change the main colors from assets/scss/custom/_variables.scss. There are defined the main colors and you can attribute them any color you need:

$default:       #172b4d !default;
$primary:       #5e72e4 !default;
$secondary:     #f7fafc !default;
$success:       $green !default;
$info:          $teal !default;
$warning:       $orange !default;
$danger:        $red !default;

I hope it helps.

Thank you,
Rares

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants