refactor(tabs): apply design-doc (#16048)

This commit is contained in:
Manu MA
2018-10-25 22:13:19 +02:00
committed by GitHub
parent 5948a1c191
commit 4d3ad67740
65 changed files with 1384 additions and 1513 deletions

View File

@ -4,7 +4,7 @@
// iOS Label
// --------------------------------------------------
:host {
:host-context(.item) {
@include margin($label-ios-margin-top, $label-ios-margin-end, $label-ios-margin-bottom, $label-ios-margin-start);
}

View File

@ -4,7 +4,7 @@
// Material Design Label
// --------------------------------------------------
:host {
:host-context(.item) {
@include margin($label-md-margin-top, $label-md-margin-end, $label-md-margin-bottom, $label-md-margin-start);
}

View File

@ -4,7 +4,7 @@
// Label
// --------------------------------------------------
:host {
:host-context(.item) {
/**
* @prop --color: Color of the label
*/