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
f1869771
Commit
f1869771
authored
Dec 14, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #10505: Document more of LESS vars and mixins
parent
85316c8a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
497 additions
and
0 deletions
+497
-0
_includes/nav-css.html
_includes/nav-css.html
+8
-0
css.html
css.html
+460
-0
docs-assets/css/docs.css
docs-assets/css/docs.css
+29
-0
No files found.
_includes/nav-css.html
View file @
f1869771
...
@@ -105,3 +105,11 @@
...
@@ -105,3 +105,11 @@
<li><a
href=
"#responsive-utilities-tests"
>
Test cases
</a></li>
<li><a
href=
"#responsive-utilities-tests"
>
Test cases
</a></li>
</ul>
</ul>
</li>
</li>
<li>
<a
href=
"#less"
>
Using LESS
</a>
<ul
class=
"nav"
>
<li><a
href=
"#less-variables"
>
Variables
</a></li>
<li><a
href=
"#less-mixins-vendor"
>
Vendor mixins
</a></li>
<li><a
href=
"#less-mixins-utility"
>
Utility mixins
</a></li>
</ul>
</li>
css.html
View file @
f1869771
This diff is collapsed.
Click to expand it.
docs-assets/css/docs.css
View file @
f1869771
...
@@ -597,6 +597,35 @@ h1[id] {
...
@@ -597,6 +597,35 @@ h1[id] {
}
}
/*
* Color swatches
*
* Color swatches and associated values for our grayscale and brand colors.
*/
.color-swatches
{
margin
:
0
-5px
;
overflow
:
hidden
;
/* clearfix */
}
.color-swatch
{
float
:
left
;
width
:
100px
;
height
:
100px
;
margin
:
0
5px
;
border-radius
:
3px
;
}
.color-swatches
.gray-darker
{
background-color
:
#222
;
}
.color-swatches
.gray-dark
{
background-color
:
#333
;
}
.color-swatches
.gray
{
background-color
:
#555
;
}
.color-swatches
.gray-light
{
background-color
:
#999
;
}
.color-swatches
.gray-lighter
{
background-color
:
#eee
;
}
.color-swatches
.brand-primary
{
background-color
:
#428bca
;
}
.color-swatches
.brand-success
{
background-color
:
#5cb85c
;
}
.color-swatches
.brand-warning
{
background-color
:
#f0ad4e
;
}
.color-swatches
.brand-danger
{
background-color
:
#d9534f
;
}
.color-swatches
.brand-info
{
background-color
:
#5bc0de
;
}
/*
/*
* Team members
* Team members
*
*
...
...
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