mirror of https://github.com/ColorlibHQ/AdminLTE
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1006 B
47 lines
1006 B
/*!
|
|
* AdminLTE v1.0
|
|
* Author: AlmsaeedStudio.com
|
|
* License: Please visit http://wrapbootstrap.com for information about
|
|
* this theme's license
|
|
!*/
|
|
|
|
//google fonts
|
|
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
|
|
@import url(http://fonts.googleapis.com/css?family=Kaushan+Script);
|
|
|
|
//MISC
|
|
//----
|
|
@import "core.less";
|
|
@import "vars.less";
|
|
@import "mixins.less";
|
|
|
|
//COMPONENTS
|
|
//-----------
|
|
@import "header.less";
|
|
@import "sidebar.less";
|
|
@import "dropdown.less";
|
|
@import "forms.less";
|
|
@import "progress-bars.less";
|
|
@import "small-box.less";
|
|
@import "boxes.less";
|
|
@import "timeline.less";
|
|
@import "buttons.less";
|
|
@import "callout.less";
|
|
@import "alerts.less";
|
|
@import "navs.less";
|
|
|
|
//PAGES
|
|
//------
|
|
@import "mailbox.less";
|
|
@import "lockscreen.less";
|
|
@import "login_and_register.less";
|
|
@import "404_500_errors.less";
|
|
@import "invoice.less";
|
|
|
|
//Skins
|
|
//-------
|
|
@import "skins.less";
|
|
|
|
//Plugins
|
|
//--------
|
|
@import "iCheck.less"; |