Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
feat(select): improve styling of 'select all' and 'select none' buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp Burgmer committed Jun 4, 2014
1 parent 356cd81 commit 6c2a714
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/w11k-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,21 @@
}
}

.controls button {
width: 100%;
// reduce spacing of buttons
.controls {
.row {
margin-left: -3px;
margin-right: -3px;
}

.col-xs-6 {
padding-left: 3px;
padding-right: 3px;
}

button {
width: 100%;
}
}
}

Expand Down

0 comments on commit 6c2a714

Please sign in to comment.