generated from VLADIMIR/template_frontend
up
This commit is contained in:
@@ -118,6 +118,7 @@
|
||||
|
||||
<div class="body-custom">
|
||||
|
||||
<img alt="Вечерний детектив" class="logo" src="@/assets/logo.png" width="40" height="40" />
|
||||
<div class="header-block">
|
||||
Вечерний детектив
|
||||
</div>
|
||||
@@ -181,6 +182,11 @@ body {
|
||||
font-size: medium;
|
||||
}
|
||||
|
||||
.logo {
|
||||
float: left;
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.form-custom {
|
||||
border: 1px solid #444444;
|
||||
background-color: var(--main-back-color);
|
||||
@@ -201,14 +207,17 @@ body {
|
||||
}
|
||||
|
||||
.message-header {
|
||||
font-size: small;
|
||||
font-size: large;
|
||||
font-weight: 200;
|
||||
}
|
||||
|
||||
.message-content {
|
||||
font-weight: 500;
|
||||
white-space: pre-line;
|
||||
}
|
||||
|
||||
.message-footer {
|
||||
font-weight: 400;
|
||||
color: var(--second-color);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user