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
4582eb70
Commit
4582eb70
authored
Aug 03, 2013
by
Mark Otto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #9036 from eratzlaff/3.0.0-wip
Change value with variables for btn-large, btn-small and pagination
parents
5fb0d69e
e06b6ba7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
less/buttons.less
less/buttons.less
+2
-2
less/pagination.less
less/pagination.less
+1
-1
No files found.
less/buttons.less
View file @
4582eb70
...
@@ -123,14 +123,14 @@
...
@@ -123,14 +123,14 @@
.btn-large {
.btn-large {
padding: @padding-large-vertical @padding-large-horizontal;
padding: @padding-large-vertical @padding-large-horizontal;
font-size: @font-size-large;
font-size: @font-size-large;
line-height:
1.33
; // ensure even-numbered height of button next to large input
line-height:
@line-height-large
; // ensure even-numbered height of button next to large input
border-radius: @border-radius-large;
border-radius: @border-radius-large;
}
}
.btn-small,
.btn-small,
.btn-mini {
.btn-mini {
padding: @padding-small-vertical @padding-small-horizontal;
padding: @padding-small-vertical @padding-small-horizontal;
font-size: @font-size-small;
font-size: @font-size-small;
line-height:
1.5
; // ensure proper height of button next to small input
line-height:
@line-height-small
; // ensure proper height of button next to small input
border-radius: @border-radius-small;
border-radius: @border-radius-small;
}
}
.btn-mini {
.btn-mini {
...
...
less/pagination.less
View file @
4582eb70
...
@@ -12,7 +12,7 @@
...
@@ -12,7 +12,7 @@
> a,
> a,
> span {
> span {
float: left; // Collapse white-space
float: left; // Collapse white-space
padding:
4px 12px
;
padding:
@padding-base-vertical @padding-base-horizontal
;
line-height: @line-height-base;
line-height: @line-height-base;
text-decoration: none;
text-decoration: none;
background-color: @pagination-bg;
background-color: @pagination-bg;
...
...
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