fix
This commit is contained in:
parent
4895181b72
commit
f8b21770e1
1 changed files with 10 additions and 6 deletions
16
files/static/dist/main.css
vendored
16
files/static/dist/main.css
vendored
|
@ -1212,9 +1212,6 @@ video {
|
||||||
.w-56 {
|
.w-56 {
|
||||||
width: 14rem;
|
width: 14rem;
|
||||||
}
|
}
|
||||||
.w-2 {
|
|
||||||
width: 0.5rem;
|
|
||||||
}
|
|
||||||
.w-2\/4 {
|
.w-2\/4 {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
@ -1685,13 +1682,13 @@ video {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(229, 235, 231, var(--tw-bg-opacity));
|
background-color: rgba(229, 235, 231, var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
|
.bg-black\/70 {
|
||||||
|
background-color: rgba(0, 0, 0, 0.7);
|
||||||
|
}
|
||||||
.bg-\[\#dc2626\] {
|
.bg-\[\#dc2626\] {
|
||||||
--tw-bg-opacity: 1;
|
--tw-bg-opacity: 1;
|
||||||
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
|
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
|
||||||
}
|
}
|
||||||
.bg-black\/70 {
|
|
||||||
background-color: rgba(0, 0, 0, 0.7);
|
|
||||||
}
|
|
||||||
.bg-gray-300\/40 {
|
.bg-gray-300\/40 {
|
||||||
background-color: rgba(var(--color-300), 0.4);
|
background-color: rgba(var(--color-300), 0.4);
|
||||||
}
|
}
|
||||||
|
@ -1988,6 +1985,9 @@ video {
|
||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
line-height: 2rem;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
|
.text-\[8px\] {
|
||||||
|
font-size: 8px;
|
||||||
|
}
|
||||||
.font-bold {
|
.font-bold {
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
}
|
}
|
||||||
|
@ -2113,6 +2113,10 @@ video {
|
||||||
--tw-text-opacity: 1;
|
--tw-text-opacity: 1;
|
||||||
color: rgba(254, 202, 202, var(--tw-text-opacity));
|
color: rgba(254, 202, 202, var(--tw-text-opacity));
|
||||||
}
|
}
|
||||||
|
.text-\[\#dc2626\] {
|
||||||
|
--tw-text-opacity: 1;
|
||||||
|
color: rgba(220, 38, 38, var(--tw-text-opacity));
|
||||||
|
}
|
||||||
.antialiased {
|
.antialiased {
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
-moz-osx-font-smoothing: grayscale;
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue