Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(mdSwitch): add missing styles to switch
Browse files Browse the repository at this point in the history
Closes #912. Thx @Stroemgren
  • Loading branch information
ThomasBurleson committed Jan 27, 2015
1 parent aa3eb6e commit 54338d7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/switch/switch.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ md-switch {
display: flex;
align-items: center;

margin: 15px;
white-space: nowrap;
cursor: pointer;
outline: none;
user-select: none;

.md-container {
cursor: grab;
width: $switch-width;
Expand All @@ -27,7 +33,7 @@ md-switch {

.md-label {
border-color: transparent;
border-width: 1px;
border-width: 0px;
}

.md-bar {
Expand Down

0 comments on commit 54338d7

Please sign in to comment.