docs(title): fix typo in usage CSS example (#23957)

This commit is contained in:
amandaesmith3
2021-09-21 08:18:31 -05:00
committed by GitHub
parent ae1325cee6
commit 53d64c1eb8
6 changed files with 9 additions and 9 deletions

View File

@ -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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; 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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; 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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; 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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; font-size: 30px;
} }

View File

@ -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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; font-size: 30px;
} }

View File

@ -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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; font-size: 30px;
} }

View File

@ -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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; font-size: 30px;
} }

View File

@ -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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; font-size: 30px;
} }

View File

@ -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. 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 ```css
ion-title.large-title { ion-title.title-large {
color: purple; color: purple;
font-size: 30px; font-size: 30px;
} }