Icon chat not italic or bold (#1296)
This commit is contained in:
parent
4dcd8cfb18
commit
936f5d0301
@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
|
|
||||||
<aside class="chatWindow" transition:fly="{{ x: -1000, duration: 500 }}">
|
<aside class="chatWindow" transition:fly="{{ x: -1000, duration: 500 }}">
|
||||||
<i class="close-icon" on:click={closeChat}>×</i>
|
<p class="close-icon" on:click={closeChat}>×</p>
|
||||||
<section class="messagesList" bind:this={listDom}>
|
<section class="messagesList" bind:this={listDom}>
|
||||||
<ul>
|
<ul>
|
||||||
<li><p class="system-text">Here is your chat history: </p></li>
|
<li><p class="system-text">Here is your chat history: </p></li>
|
||||||
@ -45,13 +45,12 @@
|
|||||||
</aside>
|
</aside>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
i.close-icon {
|
p.close-icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 4px;
|
padding: 4px;
|
||||||
right: 12px;
|
right: 12px;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
line-height: 25px;
|
line-height: 25px;
|
||||||
font-weight: bold;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user