mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
add icon
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>Loading...</title>
|
<title>Loading...</title>
|
||||||
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>⚡</text></svg>">
|
<link rel="icon" href="./src/images/logotip.png" viewBox='0 0 100% 100%'>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- Login Form -->
|
<!-- Login Form -->
|
||||||
@@ -86,7 +86,7 @@
|
|||||||
</header>
|
</header>
|
||||||
<div class="chat-sortirovka"><nav><ul>
|
<div class="chat-sortirovka"><nav><ul>
|
||||||
<li>чаты</li>
|
<li>чаты</li>
|
||||||
<li>канал</li>
|
<li>каналы</li>
|
||||||
<li>контакты</li>
|
<li>контакты</li>
|
||||||
</ul></nav></div>
|
</ul></nav></div>
|
||||||
<div class="chats-chanel-kontarti">
|
<div class="chats-chanel-kontarti">
|
||||||
|
|||||||
@@ -59,7 +59,8 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
border: solid 2px $color-dark-surface;
|
border: solid 3px $color-dark-surface;
|
||||||
|
box-shadow: 0px 3px 0px black 0.9;
|
||||||
margin-left: 20px;
|
margin-left: 20px;
|
||||||
margin-right: 20px;
|
margin-right: 20px;
|
||||||
background-color: $color-dark-on-surface-variant;
|
background-color: $color-dark-on-surface-variant;
|
||||||
@@ -81,6 +82,7 @@
|
|||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
color: white;
|
||||||
ul{
|
ul{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 22 KiB |
Reference in New Issue
Block a user