updates
This commit is contained in:
+30
-25
@@ -59,28 +59,16 @@
|
||||
z-index: -10
|
||||
}
|
||||
|
||||
.mt-10 {
|
||||
margin-top: 2.5rem
|
||||
}
|
||||
|
||||
.mt-auto {
|
||||
margin-top: auto
|
||||
}
|
||||
|
||||
.mb-2 {
|
||||
margin-bottom: 0.5rem
|
||||
}
|
||||
|
||||
.mb-1 {
|
||||
margin-bottom: 0.25rem
|
||||
}
|
||||
|
||||
.mt-4 {
|
||||
margin-top: 1rem
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block
|
||||
.mt-10 {
|
||||
margin-top: 2.5rem
|
||||
}
|
||||
|
||||
.mb-1 {
|
||||
margin-bottom: 0.25rem
|
||||
}
|
||||
|
||||
.flex {
|
||||
@@ -91,21 +79,37 @@
|
||||
height: 1.5rem
|
||||
}
|
||||
|
||||
.h-screen {
|
||||
height: 100vh
|
||||
}
|
||||
|
||||
.w-full {
|
||||
width: 100%
|
||||
}
|
||||
|
||||
.w-screen {
|
||||
width: 100vw
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
flex-direction: column
|
||||
}
|
||||
|
||||
.items-center {
|
||||
align-items: center
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center
|
||||
}
|
||||
|
||||
.border {
|
||||
border-width: 1px
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem
|
||||
.bg-black {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(0 0 0 / var(--tw-bg-opacity))
|
||||
}
|
||||
|
||||
.text-xl {
|
||||
@@ -113,6 +117,11 @@
|
||||
line-height: 1.75rem
|
||||
}
|
||||
|
||||
.text-sm {
|
||||
font-size: 0.875rem;
|
||||
line-height: 1.25rem
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700
|
||||
}
|
||||
@@ -121,10 +130,6 @@
|
||||
opacity: 0.5
|
||||
}
|
||||
|
||||
.opacity-20 {
|
||||
opacity: 0.2
|
||||
}
|
||||
|
||||
.opacity-40 {
|
||||
opacity: 0.4
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user