mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
docs(title): fix typo in usage CSS example (#23957)
This commit is contained in:
@ -102,7 +102,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
@ -240,7 +240,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
@ -381,7 +381,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
@ -544,7 +544,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
@ -91,7 +91,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
@ -91,7 +91,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
@ -127,7 +127,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
@ -130,7 +130,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
@ -152,7 +152,7 @@ You can change the background color of the toolbar with the standard title by se
|
||||
When styling the text color of the large title, you should target the large title globally as opposed to within the context of a particular page or tab, otherwise its styles will not be applied during the navigation animation.
|
||||
|
||||
```css
|
||||
ion-title.large-title {
|
||||
ion-title.title-large {
|
||||
color: purple;
|
||||
font-size: 30px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user