mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-19 22:06:17 +00:00
use cogOutlined for admin panels, set 1.3rem
This commit is contained in:
parent
8314c859ee
commit
6eb4c83517
1 changed files with 5 additions and 4 deletions
|
@ -10,10 +10,10 @@
|
|||
<SvgIcon v-else-if="name === 'deployment'" :path="mdiPackageVariant" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'commit'" :path="mdiSourceCommit" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'back'" :path="mdiArrowLeft" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'github'" :path="mdiGithub" size="32" />
|
||||
<SvgIcon v-else-if="name === 'repo'" :path="mdiGit" size="32" />
|
||||
<SvgIcon v-else-if="name === 'settings'" :path="mdiCog" size="32" />
|
||||
<SvgIcon v-else-if="name === 'settings-outline'" :path="mdiCogOutline" size="32" />
|
||||
<SvgIcon v-else-if="name === 'github'" :path="mdiGithub" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'repo'" :path="mdiGit" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'settings'" :path="mdiCog" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'settings-outline'" :path="mdiCogOutline" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'trash'" :path="mdiTrashCanOutline" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'status-blocked'" :path="mdiPlayCircle" size="1.3rem" />
|
||||
<SvgIcon v-else-if="name === 'status-declined'" :path="mdiStopCircleOutline" size="1.3rem" />
|
||||
|
@ -141,6 +141,7 @@ export type IconNames =
|
|||
| 'github'
|
||||
| 'repo'
|
||||
| 'settings'
|
||||
| 'settings-outline'
|
||||
| 'trash'
|
||||
| 'status-blocked'
|
||||
| 'status-declined'
|
||||
|
|
Loading…
Reference in a new issue