Sha256: cc965b876d50729e5260409de41e22c50929214c7d54879b5273d906344cbb24
Contents?: true
Size: 1.16 KB
Versions: 6
Compression:
Stored size: 1.16 KB
Contents
/*! * Bootstrap Responsive 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. */ // Responsive // For phone and tablet devices // ------------------------------------------------------------- // REPEAT VARIABLES & MIXINS // ------------------------- // Required since we compile the responsive stuff separately @import "rails_admin/bootstrap/variables"; // Modify this for custom colors, font-sizes, etc @import "rails_admin/bootstrap/mixins"; // RESPONSIVE CLASSES // ------------------ @import "rails_admin/bootstrap/responsive-utilities"; // MEDIA QUERIES // ------------------ // Large desktops @import "rails_admin/bootstrap/responsive-1200px-min"; // Tablets to regular desktops @import "rails_admin/bootstrap/responsive-768px-979px"; // Phones to portrait tablets and narrow desktops @import "rails_admin/bootstrap/responsive-767px-max"; // RESPONSIVE NAVBAR // ------------------ // From 979px and below, show a button to toggle navbar contents @import "rails_admin/bootstrap/responsive-navbar";
Version data entries
6 entries across 6 versions & 1 rubygems