Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
bootflat
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e13f2fc2
authored
2014-08-11 10:16:38 +0800
by
bootflat
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fixed #50
Base toggle handle position on height variable
1 parent
ad1f6664
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
bootflat/scss/bootflat/_toggle.scss
bootflat/scss/bootflat/_toggle.scss
View file @
e13f2fc
...
...
@@ -46,7 +46,7 @@ $toggle-checked-shadow: inset 0 0 0 1px $lightgray-light, 1px 1p
&
.handle
{
display
:
block
;
position
:
relative
;
top
:
-20px
;
top
:
$toggle-handle-height
*
-0
.5
;
left
:
0
;
width
:
$toggle-handle-width
;
height
:
$toggle-handle-height
;
...
...
Please
register
or
sign in
to post a comment