digicorp / propeller

Propeller - Develop more, Code less. Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.
http://propeller.in
MIT License
1.13k stars 141 forks source link

Admin Theme #15

Closed mika76 closed 7 years ago

mika76 commented 7 years ago

Is the admin theme something separate? I see that downloading it requires an email and you can only download a zip file (no npm, grunt, etc...) also the css files are different (there is a properller.theme.css while in normal propeller it's just propeller.css) and that each folder in the admin zip has a js folder with separate javascript?

I started with the standard propeller and then tried to build in some admin stuff, but am now confused.

Why is admin different from general propeller?

sunil-digicorp commented 7 years ago

Hello,

Admin theme is an implementation of Propeller framework.

When you will look into the folder structure of admin theme, you will find both - propeller.css (core CSS of Propeller) and propeller.theme.css. We have included propeller.theme.css to customize component's default look and feel (like - color, size, background color, etc.). It is a kind of reusable css file which you can use to modify the design as per your brand.

In our propeller.css. we have not included third party component CSS, because those components are used based on requirement. Instead, we have added them in our component folder.

Hope this will solve your queries.

mika76 commented 7 years ago

Thanks for clarifying