-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.public.css
More file actions
111 lines (111 loc) · 1.86 KB
/
style.public.css
File metadata and controls
111 lines (111 loc) · 1.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
/*! tailwindcss v4.0.9 | MIT License | https://tailwindcss.com */
.container {
width: 100%;
}
.mx-auto {
margin-inline: auto;
}
.flex {
display: flex;
}
.hidden {
display: none;
}
.inline-flex {
display: inline-flex;
}
.h-full {
height: 100%;
}
.w-5\/6 {
width: calc(5/6 * 100%);
}
.w-full {
width: 100%;
}
.flex-shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.items-center {
align-items: center;
}
.justify-center {
justify-content: center;
}
.divide-y-2 {
:where(& > :not(:last-child)) {
--tw-divide-y-reverse: 0;
border-bottom-style: var(--tw-border-style);
border-top-style: var(--tw-border-style);
border-top-width: calc(2px * var(--tw-divide-y-reverse));
border-bottom-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
}
}
.overflow-hidden {
overflow: hidden;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-0 {
border-style: var(--tw-border-style);
border-width: 0px;
}
.border-t-2 {
border-top-style: var(--tw-border-style);
border-top-width: 2px;
}
.object-cover {
object-fit: cover;
}
.object-center {
object-position: center;
}
.text-center {
text-align: center;
}
.focus\:outline-none {
&:focus {
--tw-outline-style: none;
outline-style: none;
}
}
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
.pixelated {
font-family: 'VT323', monospace;
}
.telegram {
background-color: #005E8F;
}
.telegram:hover {
filter: brightness(70%);
}
.whatsapp {
background-color: #006600;
}
.whatsapp:hover {
filter: brightness(70%);
}
@property --tw-divide-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}