mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
fix(title): allow overriding of large title transform origin (#21770)
resolves #21761
This commit is contained in:
@ -41,6 +41,7 @@
|
||||
|
||||
:host(.title-large) {
|
||||
@include padding(0, 16px);
|
||||
@include transform-origin(start, center);
|
||||
|
||||
bottom: 0;
|
||||
|
||||
@ -59,3 +60,7 @@
|
||||
:host(.title-large.ion-cloned-element) {
|
||||
--color: #{$text-color};
|
||||
}
|
||||
|
||||
:host(.title-large) .toolbar-title {
|
||||
@include transform-origin(inherit);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user