mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
Initial Commit
This commit is contained in:
77
public/css/biomed.less
Normal file
77
public/css/biomed.less
Normal file
@ -0,0 +1,77 @@
|
||||
/*!
|
||||
* Bootstrap v2.3.1
|
||||
*
|
||||
* Copyright 2012 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 @twitter by @mdo and @fat.
|
||||
*/
|
||||
|
||||
// Core variables and mixins
|
||||
@import "bootstrap/variables.less";
|
||||
@import "biomed/variables.less";
|
||||
@import "bootstrap/mixins.less";
|
||||
@import "biomed/mixins.less";
|
||||
|
||||
// CSS Reset
|
||||
@import "bootstrap/reset.less";
|
||||
|
||||
// Grid system and page structure
|
||||
@import "bootstrap/scaffolding.less";
|
||||
@import "biomed/scaffolding.less";
|
||||
@import "bootstrap/grid.less";
|
||||
@import "bootstrap/layouts.less";
|
||||
|
||||
// Base CSS
|
||||
@import "bootstrap/type.less";
|
||||
@import "biomed/type.less";
|
||||
@import "bootstrap/code.less";
|
||||
@import "bootstrap/forms.less";
|
||||
@import "bootstrap/tables.less";
|
||||
@import "biomed/tables.less";
|
||||
|
||||
// Components: common
|
||||
@import "bootstrap/sprites.less";
|
||||
@import "biomed/sprites.less";
|
||||
@import "bootstrap/dropdowns.less";
|
||||
@import "bootstrap/wells.less";
|
||||
@import "bootstrap/component-animations.less";
|
||||
@import "bootstrap/close.less";
|
||||
|
||||
// Components: Buttons & Alerts
|
||||
@import "bootstrap/buttons.less";
|
||||
@import "biomed/buttons.less";
|
||||
@import "bootstrap/button-groups.less";
|
||||
@import "bootstrap/alerts.less";
|
||||
|
||||
// Components: Nav
|
||||
@import "bootstrap/navs.less";
|
||||
@import "bootstrap/navbar.less";
|
||||
@import "biomed/navbar.less";
|
||||
@import "bootstrap/breadcrumbs.less";
|
||||
@import "biomed/breadcrumbs.less";
|
||||
@import "bootstrap/pagination.less";
|
||||
@import "bootstrap/pager.less";
|
||||
|
||||
// Components: Popovers
|
||||
@import "bootstrap/modals.less";
|
||||
@import "bootstrap/tooltip.less";
|
||||
@import "bootstrap/popovers.less";
|
||||
|
||||
// Components: Misc
|
||||
@import "bootstrap/thumbnails.less";
|
||||
@import "bootstrap/media.less";
|
||||
@import "bootstrap/labels-badges.less";
|
||||
@import "bootstrap/progress-bars.less";
|
||||
@import "bootstrap/accordion.less";
|
||||
@import "bootstrap/carousel.less";
|
||||
@import "bootstrap/hero-unit.less";
|
||||
@import "biomed/toolbelt.less";
|
||||
@import "biomed/datepicker.less";
|
||||
|
||||
@import "biomed/widgets.less";
|
||||
@import "biomed/select2.less";
|
||||
|
||||
// Utility classes
|
||||
@import "bootstrap/utilities.less"; // Has to be last to override when necessary
|
Reference in New Issue
Block a user