mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-02 12:08:01 +00:00
feat: Use Fluent SVG icons on the dashboard (#3482)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user