Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
9a66906d
Commit
9a66906d
authored
11 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
generic comment
parent
761b80c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
less/theme.less
+4
-4
less/theme.less
with
4 additions
and
4 deletions
+4
-4
less/theme.less
+
4
-
4
View file @
9a66906d
...
@@ -30,7 +30,7 @@
...
@@ -30,7 +30,7 @@
}
}
}
}
//
Button m
ixin for generating new styles
//
M
ixin for generating new styles
.btn-styles(@btn-color: #555;) {
.btn-styles(@btn-color: #555;) {
#gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 10%));
#gradient > .vertical(@start-color: @btn-color; @end-color: darken(@btn-color, 10%));
border-color: darken(@btn-color, 12%);
border-color: darken(@btn-color, 12%);
...
@@ -141,7 +141,7 @@
...
@@ -141,7 +141,7 @@
.box-shadow(@shadow);
.box-shadow(@shadow);
}
}
//
Alert m
ixin for generating new styles
//
M
ixin for generating new styles
.alert-styles(@color) {
.alert-styles(@color) {
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 7.5%));
border-color: darken(@color, 15%);
border-color: darken(@color, 15%);
...
@@ -164,7 +164,7 @@
...
@@ -164,7 +164,7 @@
#gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg;)
#gradient > .vertical(@start-color: darken(@progress-bg, 4%); @end-color: @progress-bg;)
}
}
//
Progress bar m
ixin for generating new styles
//
M
ixin for generating new styles
.progress-bar-styles(@color) {
.progress-bar-styles(@color) {
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 10%));
}
}
...
@@ -205,7 +205,7 @@
...
@@ -205,7 +205,7 @@
.box-shadow(0 1px 2px rgba(0,0,0,.05));
.box-shadow(0 1px 2px rgba(0,0,0,.05));
}
}
//
Alert m
ixin for generating new styles
//
M
ixin for generating new styles
.panel-heading-styles(@color) {
.panel-heading-styles(@color) {
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));
#gradient > .vertical(@start-color: @color; @end-color: darken(@color, 5%));
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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