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
70453c23
Commit
70453c23
authored
Sep 12, 2013
by
Tobias Lindig
Committed by
Chris Rebert
Oct 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
unify button sizing, use mixin ".button-size" also for the base sized button
parent
c4346267
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
less/buttons.less
less/buttons.less
+1
-4
No files found.
less/buttons.less
View file @
70453c23
...
@@ -9,18 +9,15 @@
...
@@ -9,18 +9,15 @@
// Core styles
// Core styles
.btn {
.btn {
display: inline-block;
display: inline-block;
padding: @padding-base-vertical @padding-base-horizontal;
margin-bottom: 0; // For input.btn
margin-bottom: 0; // For input.btn
font-size: @font-size-base;
font-weight: @btn-font-weight;
font-weight: @btn-font-weight;
line-height: @line-height-base;
text-align: center;
text-align: center;
vertical-align: middle;
vertical-align: middle;
cursor: pointer;
cursor: pointer;
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
background-image: none; // Reset unusual Firefox-on-Android default style; see https://github.com/necolas/normalize.css/issues/214
border: 1px solid transparent;
border: 1px solid transparent;
border-radius: @border-radius-base;
white-space: nowrap;
white-space: nowrap;
.button-size(@padding-base-vertical; @padding-base-horizontal; @font-size-base; @line-height-base; @border-radius-base);
.user-select(none);
.user-select(none);
&:focus {
&:focus {
...
...
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