Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
B
bootstrap
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bootstrap
Commits
c3373df9
Commit
c3373df9
authored
Aug 17, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
clean out comments that aren't all that helpful
parent
d2a29b56
Changes
31
Hide whitespace changes
Inline
Side-by-side
Showing
31 changed files
with
8 additions
and
147 deletions
+8
-147
scss/_alert.scss
scss/_alert.scss
+0
-5
scss/_animation.scss
scss/_animation.scss
+0
-4
scss/_breadcrumb.scss
scss/_breadcrumb.scss
+0
-5
scss/_button-group.scss
scss/_button-group.scss
+0
-5
scss/_buttons.scss
scss/_buttons.scss
+0
-5
scss/_carousel.scss
scss/_carousel.scss
+0
-5
scss/_close.scss
scss/_close.scss
+0
-5
scss/_code.scss
scss/_code.scss
+0
-5
scss/_custom-forms.scss
scss/_custom-forms.scss
+0
-5
scss/_dropdown.scss
scss/_dropdown.scss
+0
-5
scss/_forms.scss
scss/_forms.scss
+0
-5
scss/_grid.scss
scss/_grid.scss
+0
-5
scss/_input-group.scss
scss/_input-group.scss
+0
-5
scss/_jumbotron.scss
scss/_jumbotron.scss
+0
-5
scss/_labels.scss
scss/_labels.scss
+3
-3
scss/_list-group.scss
scss/_list-group.scss
+0
-5
scss/_media.scss
scss/_media.scss
+1
-5
scss/_mixins.scss
scss/_mixins.scss
+0
-3
scss/_modal.scss
scss/_modal.scss
+0
-5
scss/_nav.scss
scss/_nav.scss
+3
-2
scss/_navbar.scss
scss/_navbar.scss
+0
-5
scss/_pager.scss
scss/_pager.scss
+0
-5
scss/_pagination.scss
scss/_pagination.scss
+0
-5
scss/_popover.scss
scss/_popover.scss
+0
-5
scss/_progress.scss
scss/_progress.scss
+0
-5
scss/_responsive-embed.scss
scss/_responsive-embed.scss
+0
-4
scss/_tables.scss
scss/_tables.scss
+1
-6
scss/_tooltip.scss
scss/_tooltip.scss
+0
-5
scss/_type.scss
scss/_type.scss
+0
-5
scss/_utilities-responsive.scss
scss/_utilities-responsive.scss
+0
-5
scss/_utilities.scss
scss/_utilities.scss
+0
-5
No files found.
scss/_alert.scss
View file @
c3373df9
//
// Alerts
// --------------------------------------------------
//
// Base styles
//
...
...
scss/_animation.scss
View file @
c3373df9
//
// Component animations
// --------------------------------------------------
.fade
{
opacity
:
0
;
transition
:
opacity
.15s
linear
;
...
...
scss/_breadcrumb.scss
View file @
c3373df9
//
// Breadcrumbs
// --------------------------------------------------
.breadcrumb
{
padding
:
$breadcrumb-padding-vertical
$breadcrumb-padding-horizontal
;
margin-bottom
:
$spacer-y
;
...
...
scss/_button-group.scss
View file @
c3373df9
//
// Button groups
// --------------------------------------------------
// Make the div behave like a button
.btn-group
,
.btn-group-vertical
{
...
...
scss/_buttons.scss
View file @
c3373df9
//
// Buttons
// --------------------------------------------------
//
// Base styles
//
...
...
scss/_carousel.scss
View file @
c3373df9
//
// Carousel
// --------------------------------------------------
// Wrapper for the slide container and indicators
.carousel
{
position
:
relative
;
...
...
scss/_close.scss
View file @
c3373df9
//
// Close icons
// --------------------------------------------------
.close
{
float
:
right
;
font-size
:
(
$font-size-base
*
1
.5
);
...
...
scss/_code.scss
View file @
c3373df9
//
// Code (inline and block)
// --------------------------------------------------
// Inline and block code styles
code
,
kbd
,
...
...
scss/_custom-forms.scss
View file @
c3373df9
//
// Custom forms
// --------------------------------------------------
// Embedded icons from Open Iconic.
// Released under MIT and copyright 2014 Waybury.
// http://useiconic.com/open
...
...
scss/_dropdown.scss
View file @
c3373df9
//
// Dropdown menus
// --------------------------------------------------
// The dropdown wrapper (div)
.dropup
,
.dropdown
{
...
...
scss/_forms.scss
View file @
c3373df9
//
// Forms
// --------------------------------------------------
//
// Textual form controls
//
...
...
scss/_grid.scss
View file @
c3373df9
//
// Grid system
// --------------------------------------------------
// Container widths
//
// Set the container width, and override it for fixed navbars in media queries.
...
...
scss/_input-group.scss
View file @
c3373df9
//
// Input groups
// --------------------------------------------------
//
// Base styles
//
...
...
scss/_jumbotron.scss
View file @
c3373df9
//
// Jumbotron
// --------------------------------------------------
.jumbotron
{
padding
:
$jumbotron-padding
(
$jumbotron-padding
/
2
);
margin-bottom
:
$jumbotron-padding
;
...
...
scss/_labels.scss
View file @
c3373df9
// Base class
//
// Labels
// --------------------------------------------------
// Requires one of the contextual, color modifier classes for `color` and
// `background-color`.
.label
{
display
:
inline-block
;
...
...
scss/_list-group.scss
View file @
c3373df9
//
// List groups
// --------------------------------------------------
// Base class
//
// Easily usable on <ul>, <ol>, or <div>.
...
...
scss/_media.scss
View file @
c3373df9
//
// Media
// --------------------------------------------------
@if
$enable-flex
{
.media
{
display
:
flex
;
...
...
@@ -47,7 +43,7 @@
.media-object
{
display
:
block
;
// Fix collapse in webkit from max-width: 100% and display: table-cell.
&
.img-thumbnail
{
max-width
:
none
;
...
...
scss/_mixins.scss
View file @
c3373df9
// Mixins
// --------------------------------------------------
// Toggles
//
// Used in conjunction with global variables to enable certain theme features.
...
...
scss/_modal.scss
View file @
c3373df9
//
// Modals
// --------------------------------------------------
// .modal-open - body class for killing the scroll
// .modal - container to scroll within
// .modal-dialog - positioning shell for the actual modal
...
...
scss/_nav.scss
View file @
c3373df9
// Base class
//
//
Navs
//
--------------------------------------------------
//
Kickstart any navigation component with a set of style resets. Works with
//
`<nav>`s or `<ul>`s.
.nav
{
padding-left
:
0
;
...
...
scss/_navbar.scss
View file @
c3373df9
//
// Navbars
// --------------------------------------------------
// Wrapper and base class
//
// Provide a static navbar from which we expand to create full-width, fixed, and
...
...
scss/_pager.scss
View file @
c3373df9
//
// Pager pagination
// --------------------------------------------------
.pager
{
padding-left
:
0
;
margin-top
:
$spacer-y
;
...
...
scss/_pagination.scss
View file @
c3373df9
//
// Pagination (multiple pages)
// --------------------------------------------------
.pagination
{
display
:
inline-block
;
padding-left
:
0
;
...
...
scss/_popover.scss
View file @
c3373df9
//
// Popovers
// --------------------------------------------------
.popover
{
position
:
absolute
;
top
:
0
;
...
...
scss/_progress.scss
View file @
c3373df9
//
// Progress bars
// --------------------------------------------------
//
// Progress animations
//
...
...
scss/_responsive-embed.scss
View file @
c3373df9
//
// Responsive embed
// --------------------------------------------------
// Credit: Nicolas Gallagher and SUIT CSS.
.embed-responsive
{
...
...
scss/_tables.scss
View file @
c3373df9
//
// Custom tables
// --------------------------------------------------
//
// Basic tables
// Basic Bootstrap table
//
.table
{
...
...
scss/_tooltip.scss
View file @
c3373df9
//
// Tooltips
// --------------------------------------------------
// Base class
.tooltip
{
position
:
absolute
;
...
...
scss/_type.scss
View file @
c3373df9
//
// Typography
// --------------------------------------------------
//
// Headings
//
...
...
scss/_utilities-responsive.scss
View file @
c3373df9
//
// Responsive: Utility classes
// --------------------------------------------------
//
// Mixins
//
...
...
scss/_utilities.scss
View file @
c3373df9
//
// Utility classes
// --------------------------------------------------
//
// Floats
//
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment