mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-21 06:33:18 +00:00
(css) Lower icon button width to 36px
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user