portale per la richiesta autorizzazioni sismiche da parte del Genio Civile
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

75 righe
1.7 KiB

4 anni fa
/*!
* Bootstrap v2.3.2
*
* 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 "variables-alloy"; // This override needs to load it's variables before bootstrap's
@import "variables"; // Modify this for custom colors, font-sizes, etc
@import "mixins";
// CSS Reset
@import "reset";
// Grid system and page structure
@import "scaffolding";
@import "grid";
@import "layouts";
// Base CSS
@import "type";
@import "code";
@import "forms";
@import "tables";
// Components: common
@import "sprites";
@import "dropdowns";
@import "wells";
@import "component-animations";
@import "close";
// Components: Buttons & Alerts
@import "buttons";
@import "buttons-alloy";
@import "button-groups";
@import "button-groups-alloy";
@import "alerts"; // Note: alerts share common CSS with buttons and thus have styles in buttons
// Components: Nav
@import "navs";
@import "navs-alloy";
@import "navbar";
@import "breadcrumbs";
@import "pagination";
@import "pagination-alloy";
@import "pager";
// Components: Popovers
@import "modals";
@import "modals-alloy";
@import "tooltip";
@import "tooltip-alloy";
@import "popovers";
@import "popovers-alloy";
// Components: Misc
@import "thumbnails";
@import "media";
@import "labels-badges";
@import "progress-bars";
@import "progress-bars-alloy";
@import "accordion";
@import "carousel";
@import "carousel-alloy";
@import "hero-unit";
// Utility classes
@import "utilities"; // Has to be last to override when necessary
@import "utilities-alloy"; // Has to be last to override when necessary