mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
Improve design
This commit is contained in:
+1
-2
@@ -79,7 +79,6 @@
|
|||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="container header-content">
|
<div class="container header-content">
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<i class="fas fa-bolt"></i>
|
|
||||||
<span>PixelChat</span>
|
<span>PixelChat</span>
|
||||||
</div>
|
</div>
|
||||||
<ul class="nav-links">
|
<ul class="nav-links">
|
||||||
@@ -90,7 +89,7 @@
|
|||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="#" id="logout-link">
|
<a href="#" id="logout-link">
|
||||||
<i class="fas fa-sign-out-alt"></i> Выйти
|
<span class="material-symbols filled">logout</span> Выйти
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|||||||
@@ -22,27 +22,21 @@
|
|||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
i {
|
|
||||||
margin-right: 10px;
|
|
||||||
color: $secondary;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-links {
|
.nav-links {
|
||||||
display: flex;
|
display: flex;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
gap: 10px;
|
||||||
|
|
||||||
li {
|
li {
|
||||||
margin-left: 1.5rem;
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: white;
|
color: white;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
padding: 0.5rem 1rem;
|
padding: 10px;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user