Updates and LeafInput
This commit is contained in:
+72
@@ -0,0 +1,72 @@
|
||||
/*!
|
||||
* Bootstrap v3.0.0
|
||||
*
|
||||
* Copyright 2013 Twitter, Inc
|
||||
* Licensed under the Apache License v2.0
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
* Designed and built with all the love in the world by @mdo and @fat.
|
||||
*/
|
||||
|
||||
// This file is a modified version from /Content/bootstrap/less/bootstrap.less
|
||||
// It adds styling for extra components in the BootstrapEditorTemplates project
|
||||
|
||||
// Core variables and mixins
|
||||
@import "variables.less";
|
||||
@import "..\..\bootstrap\mixins.less";
|
||||
|
||||
// Reset
|
||||
@import "..\..\bootstrap\normalize.less";
|
||||
@import "..\..\bootstrap\print.less";
|
||||
|
||||
// Core CSS
|
||||
@import "..\..\bootstrap\scaffolding.less";
|
||||
@import "..\..\bootstrap\type.less";
|
||||
@import "..\..\bootstrap\code.less";
|
||||
@import "..\..\bootstrap\grid.less";
|
||||
@import "..\..\bootstrap\tables.less";
|
||||
@import "..\..\bootstrap\forms.less";
|
||||
@import "..\..\bootstrap\buttons.less";
|
||||
|
||||
// Components
|
||||
@import "..\..\bootstrap\component-animations.less";
|
||||
@import "..\..\bootstrap\glyphicons.less";
|
||||
@import "..\..\bootstrap\dropdowns.less";
|
||||
@import "..\..\bootstrap\button-groups.less";
|
||||
@import "..\..\bootstrap\input-groups.less";
|
||||
@import "..\..\bootstrap\navs.less";
|
||||
@import "..\..\bootstrap\navbar.less";
|
||||
@import "..\..\bootstrap\breadcrumbs.less";
|
||||
@import "..\..\bootstrap\pagination.less";
|
||||
@import "..\..\bootstrap\pager.less";
|
||||
@import "..\..\bootstrap\labels.less";
|
||||
@import "..\..\bootstrap\badges.less";
|
||||
@import "..\..\bootstrap\jumbotron.less";
|
||||
@import "..\..\bootstrap\thumbnails.less";
|
||||
@import "..\..\bootstrap\alerts.less";
|
||||
@import "..\..\bootstrap\progress-bars.less";
|
||||
@import "..\..\bootstrap\media.less";
|
||||
@import "..\..\bootstrap\list-group.less";
|
||||
@import "..\..\bootstrap\panels.less";
|
||||
@import "..\..\bootstrap\wells.less";
|
||||
@import "..\..\bootstrap\close.less";
|
||||
|
||||
// Components w/ JavaScript
|
||||
@import "..\..\bootstrap\modals.less";
|
||||
@import "..\..\bootstrap\tooltip.less";
|
||||
@import "..\..\bootstrap\popovers.less";
|
||||
@import "..\..\bootstrap\carousel.less";
|
||||
|
||||
// Utility classes
|
||||
@import "..\..\bootstrap\utilities.less";
|
||||
@import "..\..\bootstrap\responsive-utilities.less";
|
||||
|
||||
@import "datepicker.less";
|
||||
@import "timepicker.less";
|
||||
@import "bootstrap-filebutton.less";
|
||||
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user