Commit 2f2d841 1 parent a9c98d2 commit 2f2d841 Copy full SHA for 2f2d841
File tree 1 file changed +0
-7
lines changed
src/presentation/templates
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change 34
34
font-style : normal;
35
35
}
36
36
37
- /* Базовые стили */
38
37
body {
39
38
background-color : black;
40
39
color : white;
44
43
</ head >
45
44
< body class ="flex items-center justify-center min-h-screen px-4 ">
46
45
47
- <!-- Карточка с подтверждением -->
48
46
< div class ="bg-[#181818] text-white rounded-3xl p-8 w-full max-w-2xl shadow-lg ">
49
- <!-- Верхняя часть -->
50
47
< header class ="flex justify-between items-center ">
51
48
< h1 class ="flex items-center text-xl font-bold " style ="font-family: 'Benzin-Bold'; ">
52
49
< 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
56
53
</ button >
57
54
</ header >
58
55
59
- <!-- Код подтверждения -->
60
56
< div class ="mt-6 ">
61
57
< h2 class ="text-lg font-semibold " style ="font-family: 'Benzin-Semibold'; ">
62
58
Код для подтверждения входа
@@ -70,17 +66,14 @@ <h2 class="text-lg font-semibold" style="font-family: 'Benzin-Semibold';">
70
66
</ p >
71
67
</ div >
72
68
73
- <!-- Разделительная линия -->
74
69
< div class ="border-t border-gray-600 my-6 relative ">
75
70
< span class ="absolute left-1/2 -translate-x-1/2 -top-3 bg-[#181818] px-2 text-xs text-gray-400 "> ИЛИ</ span >
76
71
</ div >
77
72
78
- <!-- Кнопка перехода -->
79
73
< 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] ">
80
74
Перейти по ссылке
81
75
</ button >
82
76
83
- <!-- Нижняя часть -->
84
77
< footer class ="mt-6 text-center text-white text-md ">
85
78
< nav class ="flex justify-center space-x-4 text-xs ">
86
79
< a href ="# " class ="hover:underline "> Главная</ a >
You can’t perform that action at this time.
0 commit comments