mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
refactor(tabs): apply design-doc (#16048)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -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);
|
||||
}
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
// Label
|
||||
// --------------------------------------------------
|
||||
|
||||
:host {
|
||||
:host-context(.item) {
|
||||
/**
|
||||
* @prop --color: Color of the label
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user