changed style for chat elemenet

This commit is contained in:
Kostya
2023-11-20 21:18:38 +03:00
parent d51dae2c89
commit cda426a680
2 changed files with 3 additions and 19 deletions

View File

@@ -12,20 +12,15 @@
}
.chat__title {
width: 100%;
margin: 13px 0px 0px 16px;
border-radius: 8px;
background: #30323E;
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
margin: 16px 0px 0px 23px;
}
.chat__container--title h2 {
padding: 3px 11px 6px 7px;
color: #A9A99D;
font-weight: 700;
color: #FFF;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
font-family: Montserrat Alternates;
font-size: 18px;
font-weight: 700;
}
.content p {
@@ -34,14 +29,6 @@
margin: 0 auto;
}
.chat__icon {
margin-top: 10px;
margin-left: -2px;
padding: 6px 6px 6px 7px;
border-radius: 6px;
background: #3D3F48;
}
.chat__content--users {
height: 70%;
}

View File

@@ -5,9 +5,6 @@
<div class="chat__title">
<h2>Чат</h2>
</div>
<div class="chat__icon">
<img src="@/assets/icons-chat/chat-icon.png">
</div>
</div>
</div>
<div class="chat__content--users">