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
b137f0b8
Commit
b137f0b8
authored
10 years ago
by
Mark Otto
Browse files
Options
Download
Email Patches
Plain Diff
vars
parent
bf498414
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/assets/less/docs.less
+9
-9
docs/assets/less/docs.less
with
9 additions
and
9 deletions
+9
-9
docs/assets/less/docs.less
+
9
-
9
View file @
b137f0b8
...
...
@@ -31,28 +31,28 @@ body {
//
.btn-outline {
color:
#563d7c
;
color:
@bs-purple
;
background-color: transparent;
border-color:
#563d7c
;
border-color:
@bs-purple
;
&:hover,
&:focus,
&:active {
color: #fff;
background-color:
#563d7c
;
border-color:
#563d7c
;
background-color:
@bs-purple
;
border-color:
@bs-purple
;
}
}
.btn-outline-inverse {
color: #fff;
background-color: transparent;
border-color:
#cdbfe3
;
border-color:
@bs-purple-light
;
&:hover,
&:focus,
&:active {
color:
#563d7c
;
color:
@bs-purple
;
text-shadow: none;
background-color: #fff;
border-color: #fff;
...
...
@@ -74,16 +74,16 @@ body {
color: #fff;
text-align: center;
cursor: default;
background-color:
#563d7c
;
background-color:
@bs-purple
;
border-radius: 15%;
&.inverse {
color:
#563d7c
;
color:
@bs-purple
;
background-color: #fff;
}
&.outline {
background-color: transparent;
border: 1px solid
#cdbfe3
;
border: 1px solid
@bs-purple-light
;
}
}
...
...
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