puikinsh / ElaAdmin

A clean & completely free Bootstrap 4 admin dashboard template
https://colorlib.com/polygon/elaadmin/index.html
502 stars 341 forks source link

Where are the SCSS files that are imported in style.scss #41

Open Mahan-F opened 5 years ago

Mahan-F commented 5 years ago

I am trying to implement this template into an application I have but i'm having trouble compiling the style.scss file because lines 14 and 15 are trying to import something which does not exist in the directory.

https://github.com/puikinsh/ElaAdmin/blob/d1188e130b6e8d3c7ad6f91058e5b086537cc9f6/assets/scss/style.scss#L14-L15

Where can I get these files?

AndyPresto commented 4 years ago

I'm experiencing the same issue. The SCSS files are missing from the repo.

agus7fauzi commented 3 years ago

i am same,

MrJohn6774 commented 2 years ago

Here's the _variables.scss file I created with reference from style.css

@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700");

$default-font: "Open Sans", sans-serif;

$text-color-1: #00c292;
$text-color-2: #ab8ce4;
$text-color-3: #03a9f3;

$white: #fff;
$gray: #868e96;
$gray-200: rgba(233, 236, 239);
$gray-600: $gray;
$active-green: #49a342;

$flat-color-1: #00c292;
$flat-color-2: #ab8ce4;
$flat-color-3: #03a9f3;
$flat-color-4: #fb9678;

/* Left panel Navbar */
$menu-bg: #fff;
$menu-active-bg: #fafafa;
$menu-active: #03a9f3;
$menu-color: #607d8b;

/* Right panel */
$container-bg: #f1f2f7;
$header-bg: #fff;
$header-icon: #99abb4;
$search-bg: #131c21;
manuelebeh commented 11 months ago

Thank you @MrJohn6774. Can I also find the todo-list file from someone? Thanks in advance