7 changed files with 71 additions and 2 deletions
@ -0,0 +1 @@ |
|||||
|
@import "mat-icon-button-sizes/style.css"; |
||||
@ -0,0 +1,24 @@ |
|||||
|
.small-icon-button { |
||||
|
width: 24px !important; |
||||
|
height: 24px !important; |
||||
|
padding: 0px !important; |
||||
|
display: inline-flex !important; |
||||
|
align-items: center; |
||||
|
justify-content: center; |
||||
|
|
||||
|
& > *[role=img] { |
||||
|
width: 16px; |
||||
|
height: 16px; |
||||
|
font-size: 16px; |
||||
|
|
||||
|
svg { |
||||
|
width: 16px; |
||||
|
height: 16px; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
.mat-mdc-button-touch-target { |
||||
|
width: 24px !important; |
||||
|
height: 24px !important; |
||||
|
} |
||||
|
} |
||||
Loading…
Reference in new issue