Skip to content

Commit 2f2d841

Browse files
authored
Update letter.html
1 parent a9c98d2 commit 2f2d841

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/presentation/templates/letter.html

-7
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
font-style: normal;
3535
}
3636

37-
/* Базовые стили */
3837
body {
3938
background-color: black;
4039
color: white;
@@ -44,9 +43,7 @@
4443
</head>
4544
<body class="flex items-center justify-center min-h-screen px-4">
4645

47-
<!-- Карточка с подтверждением -->
4846
<div class="bg-[#181818] text-white rounded-3xl p-8 w-full max-w-2xl shadow-lg">
49-
<!-- Верхняя часть -->
5047
<header class="flex justify-between items-center">
5148
<h1 class="flex items-center text-xl font-bold" style="font-family: 'Benzin-Bold';">
5249
<img class="w-10 h-10" src="../static/images/seamusic-logo.png" alt=""> <span class="ml-2 text-3xl mt-3">Music</span>
@@ -56,7 +53,6 @@ <h1 class="flex items-center text-xl font-bold" style="font-family: 'Benzin-Bold
5653
</button>
5754
</header>
5855

59-
<!-- Код подтверждения -->
6056
<div class="mt-6">
6157
<h2 class="text-lg font-semibold" style="font-family: 'Benzin-Semibold';">
6258
Код для подтверждения входа
@@ -70,17 +66,14 @@ <h2 class="text-lg font-semibold" style="font-family: 'Benzin-Semibold';">
7066
</p>
7167
</div>
7268

73-
<!-- Разделительная линия -->
7469
<div class="border-t border-gray-600 my-6 relative">
7570
<span class="absolute left-1/2 -translate-x-1/2 -top-3 bg-[#181818] px-2 text-xs text-gray-400">ИЛИ</span>
7671
</div>
7772

78-
<!-- Кнопка перехода -->
7973
<button class="w-full py-3 text-sm font-semibold rounded-full bg-transparent border border-gray-400 transition duration-300 hover:bg-gradient-to-r hover:from-[#34577F] hover:to-[#0A946D]">
8074
Перейти по ссылке
8175
</button>
8276

83-
<!-- Нижняя часть -->
8477
<footer class="mt-6 text-center text-white text-md">
8578
<nav class="flex justify-center space-x-4 text-xs">
8679
<a href="#" class="hover:underline">Главная</a>

0 commit comments

Comments
 (0)