(css) Lower icon button width to 36px

pull/91/head
Francis Lachapelle 2015-07-08 21:14:25 -04:00
parent 164654f784
commit 396bc3b0f6
3 changed files with 3 additions and 9 deletions

View File

@ -54,7 +54,7 @@ $button-fab-height: 56px;
a.md-button.sg-icon-button,
.md-button.sg-icon-button {
z-index: 1;
padding: $iconButton-padding 0;
line-height: inherit;
border-radius: 50%;
min-width: $iconButton-size;
transition: $iconButton-transition;

View File

@ -1,10 +1,5 @@
@import "extends";
md-select {
margin-bottom: 2px;
margin-right: $bl;
}
// Try to align select labels with other input components
[layout="row"] {
.md-select-label {
@ -34,5 +29,4 @@ md-select.md-default-theme.sg-logout {
border: none;
color: $colorWhite;
}
}

View File

@ -53,7 +53,7 @@ $pitch: $sg-md-grid-pitch;
// touch and pointers
// ----------------------------------------------------------------------------
$touch-zone-width: 48px;
$touch-zone-width: 36px;
// shortcut alias for $touch-zone-width
$touch-zone: $touch-zone-width;
@ -146,8 +146,8 @@ $z-index-bottom-sheet: 70 !default;
$z-index-scroll-mask: 65 !default;
$z-index-sidenav: 60 !default;
$z-index-backdrop: 50 !default;
$z-index-toolbar: 10 !default;
$z-index-fab: 20 !default;
$z-index-toolbar: 10 !default;
$z-index-view: 9;
// Easing Curves