-//
-// Alerts
-// --------------------------------------------------
-
-
//
// Base styles
//
-//
-// Component animations
-// --------------------------------------------------
-
.fade {
opacity: 0;
transition: opacity .15s linear;
-//
-// Breadcrumbs
-// --------------------------------------------------
-
-
.breadcrumb {
padding: $breadcrumb-padding-vertical $breadcrumb-padding-horizontal;
margin-bottom: $spacer-y;
-//
-// Button groups
-// --------------------------------------------------
-
-
// Make the div behave like a button
.btn-group,
.btn-group-vertical {
-//
-// Buttons
-// --------------------------------------------------
-
-
//
// Base styles
//
-//
-// Carousel
-// --------------------------------------------------
-
-
// Wrapper for the slide container and indicators
.carousel {
position: relative;
-//
-// Close icons
-// --------------------------------------------------
-
-
.close {
float: right;
font-size: ($font-size-base * 1.5);
-//
-// Code (inline and block)
-// --------------------------------------------------
-
-
// Inline and block code styles
code,
kbd,
-//
-// Custom forms
-// --------------------------------------------------
-
-
// Embedded icons from Open Iconic.
// Released under MIT and copyright 2014 Waybury.
// http://useiconic.com/open
-//
-// Dropdown menus
-// --------------------------------------------------
-
-
// The dropdown wrapper (div)
.dropup,
.dropdown {
-//
-// Forms
-// --------------------------------------------------
-
-
//
// Textual form controls
//
-//
-// Grid system
-// --------------------------------------------------
-
-
// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.
-//
-// Input groups
-// --------------------------------------------------
-
-
//
// Base styles
//
-//
-// Jumbotron
-// --------------------------------------------------
-
-
.jumbotron {
padding: $jumbotron-padding ($jumbotron-padding / 2);
margin-bottom: $jumbotron-padding;
+// Base class
//
-// Labels
-// --------------------------------------------------
-
+// Requires one of the contextual, color modifier classes for `color` and
+// `background-color`.
.label {
display: inline-block;
-//
-// List groups
-// --------------------------------------------------
-
-
// Base class
//
// Easily usable on <ul>, <ol>, or <div>.
-//
-// Media
-// --------------------------------------------------
-
@if $enable-flex {
.media {
display: flex;
.media-object {
display: block;
-
+
// Fix collapse in webkit from max-width: 100% and display: table-cell.
&.img-thumbnail {
max-width: none;
-// Mixins
-// --------------------------------------------------
-
// Toggles
//
// Used in conjunction with global variables to enable certain theme features.
-//
-// Modals
-// --------------------------------------------------
-
-
// .modal-open - body class for killing the scroll
// .modal - container to scroll within
// .modal-dialog - positioning shell for the actual modal
+// Base class
//
-// Navs
-// --------------------------------------------------
+// Kickstart any navigation component with a set of style resets. Works with
+// `<nav>`s or `<ul>`s.
.nav {
padding-left: 0;
-//
-// Navbars
-// --------------------------------------------------
-
-
// Wrapper and base class
//
// Provide a static navbar from which we expand to create full-width, fixed, and
-//
-// Pager pagination
-// --------------------------------------------------
-
-
.pager {
padding-left: 0;
margin-top: $spacer-y;
-//
-// Pagination (multiple pages)
-// --------------------------------------------------
-
-
.pagination {
display: inline-block;
padding-left: 0;
-//
-// Popovers
-// --------------------------------------------------
-
-
.popover {
position: absolute;
top: 0;
-//
-// Progress bars
-// --------------------------------------------------
-
-
//
// Progress animations
//
-//
-// Responsive embed
-// --------------------------------------------------
-
// Credit: Nicolas Gallagher and SUIT CSS.
.embed-responsive {
//
-// Custom tables
-// --------------------------------------------------
-
-
-//
-// Basic tables
+// Basic Bootstrap table
//
.table {
-//
-// Tooltips
-// --------------------------------------------------
-
-
// Base class
.tooltip {
position: absolute;
-//
-// Typography
-// --------------------------------------------------
-
-
//
// Headings
//
-//
-// Responsive: Utility classes
-// --------------------------------------------------
-
-
//
// Mixins
//
-//
-// Utility classes
-// --------------------------------------------------
-
-
//
// Floats
//