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 }}">
|
||||
<i class="close-icon" on:click={closeChat}>×</i>
|
||||
<p class="close-icon" on:click={closeChat}>×</p>
|
||||
<section class="messagesList" bind:this={listDom}>
|
||||
<ul>
|
||||
<li><p class="system-text">Here is your chat history: </p></li>
|
||||
@ -45,13 +45,12 @@
|
||||
</aside>
|
||||
|
||||
<style lang="scss">
|
||||
i.close-icon {
|
||||
p.close-icon {
|
||||
position: absolute;
|
||||
padding: 4px;
|
||||
right: 12px;
|
||||
font-size: 30px;
|
||||
line-height: 25px;
|
||||
font-weight: bold;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user