Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
e65fd45c
Commit
e65fd45c
authored
Mar 23, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(): checkbox experiment
parent
64312ced
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
21 additions
and
6 deletions
+21
-6
public/sass/components/_switch.scss
+21
-6
No files found.
public/sass/components/_switch.scss
View file @
e65fd45c
...
@@ -40,20 +40,35 @@ $switch-height: 1.5rem;
...
@@ -40,20 +40,35 @@ $switch-height: 1.5rem;
color
:
#fff
;
color
:
#fff
;
font-size
:
$font-size-sm
;
font-size
:
$font-size-sm
;
text-align
:
center
;
text-align
:
center
;
line-height
:
2
.6rem
;
line-height
:
2
.8rem
;
font-size
:
150%
;
}
}
input
+
label
:before
{
input
+
label
:before
{
@include
buttonBackground
(
$input-bg
,
lighten
(
$input-bg
,
5%
));
@include
buttonBackground
(
$input-bg
,
lighten
(
$input-bg
,
5%
));
content
:
attr
(
data-off
);
//content: attr(data-off);
transition
:
transform
0
.5s
;
font-family
:
'FontAwesome'
;
//content: "\f00c";
//content: "\f096"; // square-o
content
:
"\f046"
;
// check-square-o
color
:
darken
(
$text-color-weak
,
17%
);
transition
:
transform
0
.4s
;
backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
text-shadow
:
0px
0px
5px
rgb
(
45
,
45
,
45
);
}
}
input
+
label
:after
{
input
+
label
:after
{
@include
buttonBackground
(
$btn-secondary-bg
,
$btn-secondary-bg-hl
);
@include
buttonBackground
(
$input-bg
,
lighten
(
$input-bg
,
5%
));
content
:
attr
(
data-on
);
//@include buttonBackground($btn-secondary-bg, $btn-secondary-bg-hl);
transition
:
transform
0
.5s
;
//content: attr(data-on);
//content: "\f00c";
content
:
"\f046"
;
// check-square-o
color
:
#FF8600
;
text-shadow
:
0px
0px
5px
rgb
(
45
,
45
,
45
);
font-family
:
'FontAwesome'
;
transition
:
transform
0
.4s
;
transform
:
rotateY
(
180deg
);
transform
:
rotateY
(
180deg
);
backface-visibility
:
hidden
;
backface-visibility
:
hidden
;
}
}
...
...
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