This commit is contained in:
parent
844a3bc36e
commit
9e177678ac
28 changed files with 699 additions and 77 deletions
|
|
@ -121,6 +121,9 @@ i[data-icon=login]::before {
|
|||
i[data-icon=logout]::before {
|
||||
mask-image: url("../icon/logout.svg");
|
||||
}
|
||||
i[data-icon=looping]::before {
|
||||
mask-image: url("../icon/looping.svg");
|
||||
}
|
||||
i[data-icon=menu]::before {
|
||||
mask-image: url("../icon/menu.svg");
|
||||
}
|
||||
|
|
@ -139,6 +142,9 @@ i[data-icon=microphone]::before {
|
|||
i[data-icon=network]::before {
|
||||
mask-image: url("../icon/network.svg");
|
||||
}
|
||||
i[data-icon=paperplane]::before {
|
||||
mask-image: url("../icon/paperplane.svg");
|
||||
}
|
||||
i[data-icon=pen]::before {
|
||||
mask-image: url("../icon/pen.svg");
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue