mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
changed style for chat elemenet
This commit is contained in:
@@ -12,20 +12,15 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat__title {
|
.chat__title {
|
||||||
width: 100%;
|
margin: 16px 0px 0px 23px;
|
||||||
margin: 13px 0px 0px 16px;
|
|
||||||
border-radius: 8px;
|
|
||||||
background: #30323E;
|
|
||||||
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.25);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat__container--title h2 {
|
.chat__container--title h2 {
|
||||||
padding: 3px 11px 6px 7px;
|
color: #FFF;
|
||||||
color: #A9A99D;
|
|
||||||
font-weight: 700;
|
|
||||||
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
|
||||||
font-family: Montserrat Alternates;
|
font-family: Montserrat Alternates;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content p {
|
.content p {
|
||||||
@@ -34,14 +29,6 @@
|
|||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat__icon {
|
|
||||||
margin-top: 10px;
|
|
||||||
margin-left: -2px;
|
|
||||||
padding: 6px 6px 6px 7px;
|
|
||||||
border-radius: 6px;
|
|
||||||
background: #3D3F48;
|
|
||||||
}
|
|
||||||
|
|
||||||
.chat__content--users {
|
.chat__content--users {
|
||||||
height: 70%;
|
height: 70%;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -5,9 +5,6 @@
|
|||||||
<div class="chat__title">
|
<div class="chat__title">
|
||||||
<h2>Чат</h2>
|
<h2>Чат</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="chat__icon">
|
|
||||||
<img src="@/assets/icons-chat/chat-icon.png">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="chat__content--users">
|
<div class="chat__content--users">
|
||||||
|
|||||||
Reference in New Issue
Block a user