Skip to content

Commit

Permalink
modified: exampleSite/content/docs/look-and-feel/index.md
Browse files Browse the repository at this point in the history
	modified:   exampleSite/content/docs/look-and-feel/index.zh-hans.md
	modified:   exampleSite/content/docs/look-and-feel/index.zh-hant.md
	modified:   i18n/ru.toml
  • Loading branch information
Mikhail Sudakov committed Jan 24, 2024
1 parent 2f6a8d7 commit d30a0ca
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
16 changes: 10 additions & 6 deletions exampleSite/content/docs/look-and-feel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,13 @@ Takes the previously imported icons as an example:

You can either specify the color CSS utilities or the `style` attribute for setting the icon color.

| HTML |
|---|
| `<i class="fas fa-clock text-success"></i>` |
| `<i class="fas fa-clock text-danger"></i>` |
| `<i class="far fa-clock" style="color: blue"></i>` |
| `<i class="far fa-clock" style="color: pink"></i>` |
```md
<i class="fas fa-clock text-success"></i>
<i class="fas fa-clock text-danger"></i>
'<i class="far fa-clock" style="color: blue"></i>'
'<i class="far fa-clock" style="color: pink"></i>'
```

{{< alert warning >}}
Where there are quotation marks, they should be exactly like that. Other options work without quotes.
{{< /alert >}}
16 changes: 10 additions & 6 deletions exampleSite/content/docs/look-and-feel/index.zh-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,13 @@ JS 变量使用驼峰式命名,其对应的 class 名称则是小写的,且

You can either specify the color CSS utilities or the `style` attribute for setting the icon color.

| HTML |
|---|
| `<i class="fas fa-clock text-success"></i>` |
| `<i class="fas fa-clock text-danger"></i>` |
| `<i class="far fa-clock" style="color: blue"></i>` |
| `<i class="far fa-clock" style="color: pink"></i>` |
```md
<i class="fas fa-clock text-success"></i>
<i class="fas fa-clock text-danger"></i>
'<i class="far fa-clock" style="color: blue"></i>'
'<i class="far fa-clock" style="color: pink"></i>'
```

{{< alert warning >}}
Where there are quotation marks, they should be exactly like that. Other options work without quotes.
{{< /alert >}}
16 changes: 10 additions & 6 deletions exampleSite/content/docs/look-and-feel/index.zh-hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,13 @@ JS 變量使用駝峰式命名,其對應的 class 名稱則是小寫的,且

You can either specify the color CSS utilities or the `style` attribute for setting the icon color.

| HTML |
|---|
| `<i class="fas fa-clock text-success"></i>` |
| `<i class="fas fa-clock text-danger"></i>` |
| `<i class="far fa-clock" style="color: blue"></i>` |
| `<i class="far fa-clock" style="color: pink"></i>` |
```md
<i class="fas fa-clock text-success"></i>
<i class="fas fa-clock text-danger"></i>
'<i class="far fa-clock" style="color: blue"></i>'
'<i class="far fa-clock" style="color: pink"></i>'
```

{{< alert warning >}}
Where there are quotation marks, they should be exactly like that. Other options work without quotes.
{{< /alert >}}
2 changes: 1 addition & 1 deletion i18n/ru.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ other = "Темно-синий"
other = "Коричневый"

[color_cyan]
other = "Фиолетовый"
other = "Голубой"

[color_green]
other = "Зеленый"
Expand Down

0 comments on commit d30a0ca

Please sign in to comment.