mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-15 05:14:53 +00:00
fix(web(js)): remove calls to deprecated functions in ng-material
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
/*! input/_extends.scss - */
|
||||
@import '../../../angular-material/src/components/input/input-variables.scss';
|
||||
@import '../../../angular-material/src/components/input/input.scss';
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
/// input-variables.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
|
||||
|
||||
@import '../../../angular-material/src/components/input/input-variables.scss';
|
||||
@@ -16,7 +16,6 @@ $sg-subheader-padding-left-right: $baseline-grid;
|
||||
&--with-icon .md-subheader-inner,
|
||||
&--with-secondary-icon .md-subheader-inner {
|
||||
line-height: $sg-avatar-width + ($sg-subheader-padding-top-bottom)*2;
|
||||
padding: ($subheader-padding - ($icon-button-height - $subheader-font-size)/2) $baseline-grid;
|
||||
padding: 0;
|
||||
padding-left: $subheader-padding;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user