feat: Use Fluent SVG icons on the dashboard (#3482)

This commit is contained in:
Pranav Raj S
2021-11-30 21:03:18 -08:00
committed by GitHub
parent 98be3b33c1
commit c792cfc0be
151 changed files with 613 additions and 617 deletions

View File

@@ -16,7 +16,9 @@
</p>
</div>
</div>
<i class="ion-android-close modal--close" @click="$emit('close')"></i>
<button class="cursor-pointer" @click="$emit('close')">
<fluent-icon icon="dismiss" />
</button>
</div>
<div class="shortcut__wrap">
@@ -111,14 +113,14 @@ export default {
}
.header-wrap {
align-items: flex-start;
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: var(--space-slab);
}
.title-shortcut-key__wrap {
display: flex;
margin-bottom: var(--space-small);
}
.page-title {