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
0ca9b21c
Commit
0ca9b21c
authored
Jun 22, 2015
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
drop the base (hahaha), no but seriously drop the -base from our vars since it's cleaner
parent
d703396b
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
52 additions
and
53 deletions
+52
-53
scss/_breadcrumb.scss
scss/_breadcrumb.scss
+1
-1
scss/_button-group.scss
scss/_button-group.scss
+2
-2
scss/_buttons.scss
scss/_buttons.scss
+1
-1
scss/_code.scss
scss/_code.scss
+1
-1
scss/_dropdown.scss
scss/_dropdown.scss
+5
-5
scss/_forms.scss
scss/_forms.scss
+8
-8
scss/_input-group.scss
scss/_input-group.scss
+1
-1
scss/_mixins.scss
scss/_mixins.scss
+1
-1
scss/_nav.scss
scss/_nav.scss
+1
-1
scss/_pagination.scss
scss/_pagination.scss
+2
-2
scss/_progress.scss
scss/_progress.scss
+15
-15
scss/_tooltip.scss
scss/_tooltip.scss
+1
-1
scss/_variables.scss
scss/_variables.scss
+13
-14
No files found.
scss/_breadcrumb.scss
View file @
0ca9b21c
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
margin-bottom
:
$spacer-y
;
margin-bottom
:
$spacer-y
;
list-style
:
none
;
list-style
:
none
;
background-color
:
$breadcrumb-bg
;
background-color
:
$breadcrumb-bg
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
>
li
{
>
li
{
display
:
inline-block
;
display
:
inline-block
;
...
...
scss/_button-group.scss
View file @
0ca9b21c
...
@@ -183,11 +183,11 @@
...
@@ -183,11 +183,11 @@
border-radius
:
0
;
border-radius
:
0
;
}
}
&
:first-child:not
(
:last-child
)
{
&
:first-child:not
(
:last-child
)
{
border-top-right-radius
:
$btn-border-radius
-base
;
border-top-right-radius
:
$btn-border-radius
;
@include
border-bottom-radius
(
0
);
@include
border-bottom-radius
(
0
);
}
}
&
:last-child:not
(
:first-child
)
{
&
:last-child:not
(
:first-child
)
{
border-bottom-left-radius
:
$btn-border-radius
-base
;
border-bottom-left-radius
:
$btn-border-radius
;
@include
border-top-radius
(
0
);
@include
border-top-radius
(
0
);
}
}
}
}
...
...
scss/_buttons.scss
View file @
0ca9b21c
...
@@ -17,7 +17,7 @@
...
@@ -17,7 +17,7 @@
cursor
:
pointer
;
cursor
:
pointer
;
user-select
:
none
;
user-select
:
none
;
border
:
$border-width
solid
transparent
;
border
:
$border-width
solid
transparent
;
@include
button-size
(
$padding-base-y
,
$padding-base-x
,
$font-size-base
,
$line-height-base
,
$btn-border-radius
-base
);
@include
button-size
(
$padding-base-y
,
$padding-base-x
,
$font-size-base
,
$line-height-base
,
$btn-border-radius
);
transition
:
all
.2s
ease-in-out
;
transition
:
all
.2s
ease-in-out
;
&
,
&
,
...
...
scss/_code.scss
View file @
0ca9b21c
...
@@ -17,7 +17,7 @@ code {
...
@@ -17,7 +17,7 @@ code {
font-size
:
90%
;
font-size
:
90%
;
color
:
$code-color
;
color
:
$code-color
;
background-color
:
$code-bg
;
background-color
:
$code-bg
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
}
}
// User input typically entered via keyboard
// User input typically entered via keyboard
...
...
scss/_dropdown.scss
View file @
0ca9b21c
...
@@ -18,9 +18,9 @@
...
@@ -18,9 +18,9 @@
margin-left
:
.25rem
;
margin-left
:
.25rem
;
vertical-align
:
middle
;
vertical-align
:
middle
;
content
:
""
;
content
:
""
;
border-top
:
$caret-width
-base
solid
;
border-top
:
$caret-width
solid
;
border-right
:
$caret-width
-base
solid
transparent
;
border-right
:
$caret-width
solid
transparent
;
border-left
:
$caret-width
-base
solid
transparent
;
border-left
:
$caret-width
solid
transparent
;
}
}
// Prevent the focus on the dropdown toggle when closing dropdowns
// Prevent the focus on the dropdown toggle when closing dropdowns
...
@@ -46,7 +46,7 @@
...
@@ -46,7 +46,7 @@
background-color
:
$dropdown-bg
;
background-color
:
$dropdown-bg
;
background-clip
:
padding-box
;
background-clip
:
padding-box
;
border
:
1px
solid
$dropdown-border
;
border
:
1px
solid
$dropdown-border
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
@include
box-shadow
(
0
6px
12px
rgba
(
0
,
0
,
0
,.
175
));
@include
box-shadow
(
0
6px
12px
rgba
(
0
,
0
,
0
,.
175
));
// Dividers (basically an hr) within the dropdown
// Dividers (basically an hr) within the dropdown
...
@@ -173,7 +173,7 @@
...
@@ -173,7 +173,7 @@
.caret
{
.caret
{
content
:
""
;
content
:
""
;
border-top
:
0
;
border-top
:
0
;
border-bottom
:
$caret-width
-base
solid
;
border-bottom
:
$caret-width
solid
;
}
}
// Different positioning for bottom up menu
// Different positioning for bottom up menu
...
...
scss/_forms.scss
View file @
0ca9b21c
...
@@ -11,7 +11,7 @@
...
@@ -11,7 +11,7 @@
display
:
block
;
display
:
block
;
width
:
100%
;
width
:
100%
;
// // Make inputs at least the height of their button counterpart (base line-height + padding + border)
// // Make inputs at least the height of their button counterpart (base line-height + padding + border)
// height: $input-height
-base
;
// height: $input-height;
padding
:
$padding-base-y
$padding-base-x
;
padding
:
$padding-base-y
$padding-base-x
;
font-size
:
$font-size-base
;
font-size
:
$font-size-base
;
line-height
:
$line-height-base
;
line-height
:
$line-height-base
;
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
// &:not(textarea),
// &:not(textarea),
// &:not(select[size]),
// &:not(select[size]),
// &:not(select[multiple]) {
// &:not(select[multiple]) {
// height: $input-height
-base
;
// height: $input-height;
// }
// }
// Unstyle the caret on `<select>`s in IE10+.
// Unstyle the caret on `<select>`s in IE10+.
...
@@ -103,7 +103,7 @@
...
@@ -103,7 +103,7 @@
input
[
type
=
"datetime-local"
],
input
[
type
=
"datetime-local"
],
input
[
type
=
"month"
]
{
input
[
type
=
"month"
]
{
&
.form-control
{
&
.form-control
{
line-height
:
$input-height
-base
;
line-height
:
$input-height
;
}
}
&
.input-sm
,
&
.input-sm
,
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
// horizontal form layout.
// horizontal form layout.
.form-control-static
{
.form-control-static
{
min-height
:
$input-height
-base
;
min-height
:
$input-height
;
// Size it appropriately next to real form controls
// Size it appropriately next to real form controls
padding-top
:
(
$padding-base-y
+
$border-width
);
padding-top
:
(
$padding-base-y
+
$border-width
);
padding-bottom
:
(
$padding-base-y
+
$border-width
);
padding-bottom
:
(
$padding-base-y
+
$border-width
);
...
@@ -273,7 +273,7 @@ input[type="checkbox"] {
...
@@ -273,7 +273,7 @@ input[type="checkbox"] {
// Ensure icons don't overlap text
// Ensure icons don't overlap text
.form-control
{
.form-control
{
padding-right
:
(
$input-height
-base
*
1
.25
);
padding-right
:
(
$input-height
*
1
.25
);
}
}
}
}
// Feedback icon
// Feedback icon
...
@@ -283,9 +283,9 @@ input[type="checkbox"] {
...
@@ -283,9 +283,9 @@ input[type="checkbox"] {
right
:
0
;
right
:
0
;
z-index
:
2
;
// Ensure icon is above input groups
z-index
:
2
;
// Ensure icon is above input groups
display
:
block
;
display
:
block
;
width
:
$input-height
-base
;
width
:
$input-height
;
height
:
$input-height
-base
;
height
:
$input-height
;
line-height
:
$input-height
-base
;
line-height
:
$input-height
;
text-align
:
center
;
text-align
:
center
;
pointer-events
:
none
;
pointer-events
:
none
;
}
}
...
...
scss/_input-group.scss
View file @
0ca9b21c
...
@@ -93,7 +93,7 @@
...
@@ -93,7 +93,7 @@
text-align
:
center
;
text-align
:
center
;
background-color
:
$input-group-addon-bg
;
background-color
:
$input-group-addon-bg
;
border
:
1px
solid
$input-group-addon-border-color
;
border
:
1px
solid
$input-group-addon-border-color
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
// Sizing
// Sizing
&
.form-control-sm
{
&
.form-control-sm
{
...
...
scss/_mixins.scss
View file @
0ca9b21c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
//
//
// Used in conjunction with global variables to enable certain theme features.
// Used in conjunction with global variables to enable certain theme features.
@mixin
border-radius
(
$radius
:
$border-radius
-base
)
{
@mixin
border-radius
(
$radius
:
$border-radius
)
{
@if
$enable-rounded
{
@if
$enable-rounded
{
border-radius
:
$radius
;
border-radius
:
$radius
;
}
}
...
...
scss/_nav.scss
View file @
0ca9b21c
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
.nav-link
{
.nav-link
{
display
:
block
;
display
:
block
;
border
:
1px
solid
transparent
;
border
:
1px
solid
transparent
;
@include
border-radius
(
$border-radius
-base
$border-radius-base
0
0
);
@include
border-radius
(
$border-radius
$border-radius
0
0
);
@include
hover-focus
{
@include
hover-focus
{
border-color
:
$nav-tabs-link-hover-border-color
$nav-tabs-link-hover-border-color
$nav-tabs-border-color
;
border-color
:
$nav-tabs-link-hover-border-color
$nav-tabs-link-hover-border-color
$nav-tabs-border-color
;
...
...
scss/_pagination.scss
View file @
0ca9b21c
...
@@ -29,13 +29,13 @@
...
@@ -29,13 +29,13 @@
>
a
,
>
a
,
>
span
{
>
span
{
margin-left
:
0
;
margin-left
:
0
;
@include
border-left-radius
(
$border-radius
-base
);
@include
border-left-radius
(
$border-radius
);
}
}
}
}
&
:last-child
{
&
:last-child
{
>
a
,
>
a
,
>
span
{
>
span
{
@include
border-right-radius
(
$border-radius
-base
);
@include
border-right-radius
(
$border-radius
);
}
}
}
}
}
}
...
...
scss/_progress.scss
View file @
0ca9b21c
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
}
}
.progress
[
value
]
::-webkit-progress-bar
{
.progress
[
value
]
::-webkit-progress-bar
{
background-color
:
#eee
;
background-color
:
#eee
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
@include
box-shadow
(
inset
0
.1rem
.1rem
rgba
(
0
,
0
,
0
,.
1
));
@include
box-shadow
(
inset
0
.1rem
.1rem
rgba
(
0
,
0
,
0
,.
1
));
}
}
.progress
[
value
]
::-webkit-progress-value::before
{
.progress
[
value
]
::-webkit-progress-value::before
{
...
@@ -41,12 +41,12 @@
...
@@ -41,12 +41,12 @@
}
}
.progress
[
value
]
::-webkit-progress-value
{
.progress
[
value
]
::-webkit-progress-value
{
background-color
:
#0074d9
;
background-color
:
#0074d9
;
border-top-left-radius
:
$border-radius
-base
;
border-top-left-radius
:
$border-radius
;
border-bottom-left-radius
:
$border-radius
-base
;
border-bottom-left-radius
:
$border-radius
;
}
}
.progress
[
value
=
"100"
]
::-webkit-progress-value
{
.progress
[
value
=
"100"
]
::-webkit-progress-value
{
border-top-right-radius
:
$border-radius
-base
;
border-top-right-radius
:
$border-radius
;
border-bottom-right-radius
:
$border-radius
-base
;
border-bottom-right-radius
:
$border-radius
;
}
}
// Firefox styles must be entirely separate or it busts Webkit styles.
// Firefox styles must be entirely separate or it busts Webkit styles.
...
@@ -56,13 +56,13 @@
...
@@ -56,13 +56,13 @@
// $-moz-document url-prefix() {
// $-moz-document url-prefix() {
// .progress[value] {
// .progress[value] {
// background-color: #eee;
// background-color: #eee;
// .border-radius($border-radius
-base
);
// .border-radius($border-radius);
// .box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
// .box-shadow(inset 0 .1rem .1rem rgba(0,0,0,.1));
// }
// }
// .progress[value]::-moz-progress-bar {
// .progress[value]::-moz-progress-bar {
// background-color: #0074d9;
// background-color: #0074d9;
// border-top-left-radius: $border-radius
-base
;
// border-top-left-radius: $border-radius;
// border-bottom-left-radius: $border-radius
-base
;
// border-bottom-left-radius: $border-radius;
// }
// }
// .progress[value="0"]::-moz-progress-bar {
// .progress[value="0"]::-moz-progress-bar {
// color: $gray-light;
// color: $gray-light;
...
@@ -71,8 +71,8 @@
...
@@ -71,8 +71,8 @@
// background-image: none;
// background-image: none;
// }
// }
// .progress[value="100"]::-moz-progress-bar {
// .progress[value="100"]::-moz-progress-bar {
// border-top-right-radius: $border-radius
-base
;
// border-top-right-radius: $border-radius;
// border-bottom-right-radius: $border-radius
-base
;
// border-bottom-right-radius: $border-radius;
// }
// }
// }
// }
...
@@ -80,7 +80,7 @@
...
@@ -80,7 +80,7 @@
@media
screen
and
(
min-width
:
0
\
0
)
{
@media
screen
and
(
min-width
:
0
\
0
)
{
.progress
{
.progress
{
background-color
:
#eee
;
background-color
:
#eee
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
@include
box-shadow
(
inset
0
.1rem
.1rem
rgba
(
0
,
0
,
0
,.
1
));
@include
box-shadow
(
inset
0
.1rem
.1rem
rgba
(
0
,
0
,
0
,.
1
));
}
}
.progress-bar
{
.progress-bar
{
...
@@ -88,8 +88,8 @@
...
@@ -88,8 +88,8 @@
height
:
$spacer-y
;
height
:
$spacer-y
;
text-indent
:
-999rem
;
// Simulate hiding of value as in native `<progress>`
text-indent
:
-999rem
;
// Simulate hiding of value as in native `<progress>`
background-color
:
#0074d9
;
background-color
:
#0074d9
;
border-top-left-radius
:
$border-radius
-base
;
border-top-left-radius
:
$border-radius
;
border-bottom-left-radius
:
$border-radius
-base
;
border-bottom-left-radius
:
$border-radius
;
}
}
.progress
[
width
^=
"0"
]
{
.progress
[
width
^=
"0"
]
{
min-width
:
2rem
;
min-width
:
2rem
;
...
@@ -98,8 +98,8 @@
...
@@ -98,8 +98,8 @@
background-image
:
none
;
background-image
:
none
;
}
}
.progress
[
width
=
"100%"
]
{
.progress
[
width
=
"100%"
]
{
border-top-right-radius
:
$border-radius
-base
;
border-top-right-radius
:
$border-radius
;
border-bottom-right-radius
:
$border-radius
-base
;
border-bottom-right-radius
:
$border-radius
;
}
}
}
}
...
...
scss/_tooltip.scss
View file @
0ca9b21c
...
@@ -77,7 +77,7 @@
...
@@ -77,7 +77,7 @@
color
:
$tooltip-color
;
color
:
$tooltip-color
;
text-align
:
center
;
text-align
:
center
;
background-color
:
$tooltip-bg
;
background-color
:
$tooltip-bg
;
@include
border-radius
(
$border-radius
-base
);
@include
border-radius
(
$border-radius
);
}
}
// Arrows
// Arrows
...
...
scss/_variables.scss
View file @
0ca9b21c
...
@@ -81,7 +81,7 @@ $font-size-h4: 1.5rem !default;
...
@@ -81,7 +81,7 @@ $font-size-h4: 1.5rem !default;
$font-size-h5
:
1
.25rem
!
default
;
$font-size-h5
:
1
.25rem
!
default
;
$font-size-h6
:
1rem
!
default
;
$font-size-h6
:
1rem
!
default
;
$line-height
-base
:
1
.5
!
default
;
$line-height
:
1
.5
!
default
;
// TODO: nuke this
// TODO: nuke this
$line-height-computed
:
1
!
default
;
$line-height-computed
:
1
!
default
;
...
@@ -111,15 +111,15 @@ $padding-xs-x: .5rem !default;
...
@@ -111,15 +111,15 @@ $padding-xs-x: .5rem !default;
$line-height-lg
:
(
4
/
3
)
!
default
;
$line-height-lg
:
(
4
/
3
)
!
default
;
$line-height-sm
:
1
.5
!
default
;
$line-height-sm
:
1
.5
!
default
;
$border-radius
-base
:
.25rem
!
default
;
$border-radius
:
.25rem
!
default
;
$border-radius-lg
:
.3rem
!
default
;
$border-radius-lg
:
.3rem
!
default
;
$border-radius-sm
:
.2rem
!
default
;
$border-radius-sm
:
.2rem
!
default
;
$component-active-color
:
#fff
!
default
;
$component-active-color
:
#fff
!
default
;
$component-active-bg
:
$brand-primary
!
default
;
$component-active-bg
:
$brand-primary
!
default
;
$caret-width
-base
:
.3em
!
default
;
$caret-width
:
.3em
!
default
;
$caret-width-lg
:
$caret-width
-base
!
default
;
$caret-width-lg
:
$caret-width
!
default
;
// Tables
// Tables
...
@@ -170,7 +170,7 @@ $btn-danger-border: darken($btn-danger-bg, 5%) !default;
...
@@ -170,7 +170,7 @@ $btn-danger-border: darken($btn-danger-bg, 5%) !default;
$btn-link-disabled-color
:
$gray-light
!
default
;
$btn-link-disabled-color
:
$gray-light
!
default
;
// Allows for customizing button radius independently from global border radius
// Allows for customizing button radius independently from global border radius
$btn-border-radius
-base
:
$border-radius-base
;
$btn-border-radius
:
$border-radius
;
$btn-border-radius-lg
:
$border-radius-lg
;
$btn-border-radius-lg
:
$border-radius-lg
;
$btn-border-radius-sm
:
$border-radius-sm
;
$btn-border-radius-sm
:
$border-radius-sm
;
...
@@ -183,8 +183,7 @@ $input-bg-disabled: $gray-lighter !default;
...
@@ -183,8 +183,7 @@ $input-bg-disabled: $gray-lighter !default;
$input-color
:
$gray
!
default
;
$input-color
:
$gray
!
default
;
$input-border
:
#ccc
!
default
;
$input-border
:
#ccc
!
default
;
// TODO: Rename `$input-border-radius` to `$input-border-radius-base` in v4
$input-border-radius
:
$border-radius
!
default
;
$input-border-radius
:
$border-radius-base
!
default
;
$input-border-radius-lg
:
$border-radius-lg
!
default
;
$input-border-radius-lg
:
$border-radius-lg
!
default
;
$input-border-radius-sm
:
$border-radius-sm
!
default
;
$input-border-radius-sm
:
$border-radius-sm
!
default
;
...
@@ -193,7 +192,7 @@ $input-box-shadow-focus: rgba(102,175,233,.6) !default;
...
@@ -193,7 +192,7 @@ $input-box-shadow-focus: rgba(102,175,233,.6) !default;
$input-color-placeholder
:
#999
!
default
;
$input-color-placeholder
:
#999
!
default
;
$input-height
-base
:
((
$font-size-base
*
$line-height-base
)
+
(
$padding-base-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
$input-height
:
((
$font-size-base
*
$line-height-base
)
+
(
$padding-base-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
$input-height-lg
:
((
$font-size-lg
*
$line-height-lg
)
+
(
$padding-lg-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
$input-height-lg
:
((
$font-size-lg
*
$line-height-lg
)
+
(
$padding-lg-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
$input-height-sm
:
((
$font-size-sm
*
$line-height-sm
)
+
(
$padding-sm-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
$input-height-sm
:
((
$font-size-sm
*
$line-height-sm
)
+
(
$padding-sm-y
*
2
)
+
(
$border-width
*
2
))
!
default
;
...
@@ -288,7 +287,7 @@ $container-max-widths: (
...
@@ -288,7 +287,7 @@ $container-max-widths: (
// Basics of a navbar
// Basics of a navbar
// $navbar-height: 50px !default;
// $navbar-height: 50px !default;
$navbar-margin-bottom
:
$line-height-computed
!
default
;
$navbar-margin-bottom
:
$line-height-computed
!
default
;
$navbar-border-radius
:
$border-radius
-base
!
default
;
$navbar-border-radius
:
$border-radius
!
default
;
$navbar-padding-horizontal
:
$spacer
!
default
;
$navbar-padding-horizontal
:
$spacer
!
default
;
$navbar-padding-vertical
:
(
$spacer
/
2
)
!
default
;
$navbar-padding-vertical
:
(
$spacer
/
2
)
!
default
;
$navbar-collapse-max-height
:
340px
!
default
;
$navbar-collapse-max-height
:
340px
!
default
;
...
@@ -355,7 +354,7 @@ $nav-tabs-active-link-hover-border-color: #ddd !default;
...
@@ -355,7 +354,7 @@ $nav-tabs-active-link-hover-border-color: #ddd !default;
$nav-tabs-justified-link-border-color
:
#ddd
!
default
;
$nav-tabs-justified-link-border-color
:
#ddd
!
default
;
$nav-tabs-justified-active-link-border-color
:
$body-bg
!
default
;
$nav-tabs-justified-active-link-border-color
:
$body-bg
!
default
;
$nav-pills-border-radius
:
$border-radius
-base
!
default
;
$nav-pills-border-radius
:
$border-radius
!
default
;
$nav-pills-active-link-hover-bg
:
$component-active-bg
!
default
;
$nav-pills-active-link-hover-bg
:
$component-active-bg
!
default
;
$nav-pills-active-link-hover-color
:
$component-active-color
!
default
;
$nav-pills-active-link-hover-color
:
$component-active-color
!
default
;
...
@@ -491,7 +490,7 @@ $modal-sm: 300px !default;
...
@@ -491,7 +490,7 @@ $modal-sm: 300px !default;
// Define alert colors, border radius, and padding.
// Define alert colors, border radius, and padding.
$alert-padding
:
15px
!
default
;
$alert-padding
:
15px
!
default
;
$alert-border-radius
:
$border-radius
-base
!
default
;
$alert-border-radius
:
$border-radius
!
default
;
$alert-link-font-weight
:
bold
!
default
;
$alert-link-font-weight
:
bold
!
default
;
$alert-success-bg
:
$state-success-bg
!
default
;
$alert-success-bg
:
$state-success-bg
!
default
;
...
@@ -515,7 +514,7 @@ $alert-danger-border: $state-danger-border !default;
...
@@ -515,7 +514,7 @@ $alert-danger-border: $state-danger-border !default;
$progress-bg
:
#f5f5f5
!
default
;
$progress-bg
:
#f5f5f5
!
default
;
$progress-bar-color
:
#fff
!
default
;
$progress-bar-color
:
#fff
!
default
;
$progress-border-radius
:
$border-radius
-base
!
default
;
$progress-border-radius
:
$border-radius
!
default
;
$progress-bar-bg
:
$brand-primary
!
default
;
$progress-bar-bg
:
$brand-primary
!
default
;
$progress-bar-success-bg
:
$brand-success
!
default
;
$progress-bar-success-bg
:
$brand-success
!
default
;
...
@@ -528,7 +527,7 @@ $progress-bar-info-bg: $brand-info !default;
...
@@ -528,7 +527,7 @@ $progress-bar-info-bg: $brand-info !default;
$list-group-bg
:
#fff
!
default
;
$list-group-bg
:
#fff
!
default
;
$list-group-border
:
#ddd
!
default
;
$list-group-border
:
#ddd
!
default
;
$list-group-border-radius
:
$border-radius
-base
!
default
;
$list-group-border-radius
:
$border-radius
!
default
;
$list-group-hover-bg
:
#f5f5f5
!
default
;
$list-group-hover-bg
:
#f5f5f5
!
default
;
$list-group-active-color
:
$component-active-color
!
default
;
$list-group-active-color
:
$component-active-color
!
default
;
...
@@ -550,7 +549,7 @@ $list-group-link-heading-color: #333 !default;
...
@@ -550,7 +549,7 @@ $list-group-link-heading-color: #333 !default;
$thumbnail-padding
:
.25rem
!
default
;
$thumbnail-padding
:
.25rem
!
default
;
$thumbnail-bg
:
$body-bg
!
default
;
$thumbnail-bg
:
$body-bg
!
default
;
$thumbnail-border
:
#ddd
!
default
;
$thumbnail-border
:
#ddd
!
default
;
$thumbnail-border-radius
:
$border-radius
-base
!
default
;
$thumbnail-border-radius
:
$border-radius
!
default
;
// Badges
// Badges
...
...
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