208 lines
2.9 KiB
CSS
208 lines
2.9 KiB
CSS
/* @tailwind base; */
|
|
|
|
.bg-blue-300 {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(147, 197, 253, var(--tw-bg-opacity));
|
|
}
|
|
|
|
.border-black {
|
|
--tw-border-opacity: 1;
|
|
border-color: rgba(0, 0, 0, var(--tw-border-opacity));
|
|
}
|
|
|
|
.border-t {
|
|
border-top-width: 1px;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.flex {
|
|
display: flex;
|
|
}
|
|
|
|
.table {
|
|
display: table;
|
|
}
|
|
|
|
.flex-col {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.items-start {
|
|
align-items: flex-start;
|
|
}
|
|
|
|
.justify-between {
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.text-lg {
|
|
font-size: 1.125rem;
|
|
line-height: 1.75rem;
|
|
}
|
|
|
|
.leading-loose {
|
|
line-height: 2;
|
|
}
|
|
|
|
.absolute {
|
|
position: absolute;
|
|
}
|
|
|
|
.left-0 {
|
|
left: 0px;
|
|
}
|
|
|
|
* {
|
|
--tw-shadow: 0 0 #0000;
|
|
}
|
|
|
|
* {
|
|
--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
|
|
--tw-ring-offset-width: 0px;
|
|
--tw-ring-offset-color: #fff;
|
|
--tw-ring-color: rgba(59, 130, 246, 0.5);
|
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
--tw-ring-shadow: 0 0 #0000;
|
|
}
|
|
|
|
.text-red-500 {
|
|
--tw-text-opacity: 1;
|
|
color: rgba(239, 68, 68, var(--tw-text-opacity));
|
|
}
|
|
|
|
.w-1\/2 {
|
|
width: 50%;
|
|
}
|
|
|
|
.w-1\/5 {
|
|
width: 20%;
|
|
}
|
|
|
|
.w-full {
|
|
width: 100%;
|
|
}
|
|
|
|
@keyframes spin {
|
|
to {
|
|
transform: rotate(360deg);
|
|
}
|
|
}
|
|
|
|
@keyframes ping {
|
|
75%, 100% {
|
|
transform: scale(2);
|
|
opacity: 0;
|
|
}
|
|
}
|
|
|
|
@keyframes pulse {
|
|
50% {
|
|
opacity: .5;
|
|
}
|
|
}
|
|
|
|
@keyframes bounce {
|
|
0%, 100% {
|
|
transform: translateY(-25%);
|
|
animation-timing-function: cubic-bezier(0.8,0,1,1);
|
|
}
|
|
|
|
50% {
|
|
transform: none;
|
|
animation-timing-function: cubic-bezier(0,0,0.2,1);
|
|
}
|
|
}
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
height: 100%;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#c {
|
|
width: 100%;
|
|
height: 100%;
|
|
display: block;
|
|
}
|
|
|
|
.btn-red {
|
|
cursor: pointer;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(239, 68, 68, var(--tw-bg-opacity))
|
|
}
|
|
|
|
.btn-red:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(220, 38, 38, var(--tw-bg-opacity));
|
|
}
|
|
|
|
.btn-red {
|
|
--tw-text-opacity: 1;
|
|
color: rgba(249, 250, 251, var(--tw-text-opacity));
|
|
}
|
|
|
|
.btn-grn {
|
|
cursor: pointer;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(16, 185, 129, var(--tw-bg-opacity))
|
|
}
|
|
|
|
.btn-grn:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(5, 150, 105, var(--tw-bg-opacity));
|
|
}
|
|
|
|
.btn-grn {
|
|
--tw-text-opacity: 1;
|
|
color: rgba(249, 250, 251, var(--tw-text-opacity));
|
|
}
|
|
|
|
.btn-blu {
|
|
cursor: pointer;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(59, 130, 246, var(--tw-bg-opacity))
|
|
}
|
|
|
|
.btn-blu:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
|
|
}
|
|
|
|
.btn-blu {
|
|
--tw-text-opacity: 1;
|
|
color: rgba(249, 250, 251, var(--tw-text-opacity));
|
|
}
|
|
|
|
.btn {
|
|
cursor: pointer;
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(243, 244, 246, var(--tw-bg-opacity))
|
|
}
|
|
|
|
.btn:hover {
|
|
--tw-bg-opacity: 1;
|
|
background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
}
|
|
|
|
@media (min-width: 1024px) {
|
|
}
|
|
|
|
@media (min-width: 1280px) {
|
|
}
|
|
|
|
@media (min-width: 1536px) {
|
|
}
|
|
|
|
|
|
|