added bg for saper and padding for saper content, changed height chat in saperpage

This commit is contained in:
Kostya
2023-12-03 08:24:36 +03:00
parent 4b64ac2aed
commit bd8c98a1bc
3 changed files with 12 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
#chat {
height: 95%;
}
.saper {
padding-top: 20%;
border-radius: 20px;
background: #17181C;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

View File

@@ -153,6 +153,7 @@ body, html {
.saper { .saper {
grid-area: saper; grid-area: saper;
height: 95.5%;
} }
/* /Saper */ /* /Saper */

View File

@@ -4,7 +4,7 @@
<header-element-page></header-element-page> <header-element-page></header-element-page>
<chat-component></chat-component> <chat-component id="chat"></chat-component>
<section class="saper"> <section class="saper">
<div class="saper-start"> <div class="saper-start">