You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
570 B
35 lines
570 B
.install-steps {
|
|
@apply space-y-4;
|
|
|
|
.logo-install {
|
|
@apply block mx-auto w-fit;
|
|
}
|
|
|
|
ol {
|
|
@apply list-decimal list-inside flex flex-col gap-1;
|
|
}
|
|
|
|
&__step {
|
|
@apply border-0 border-solid py-3 pl-9 pr-3 text-body-2 font-semibold text-gray-50;
|
|
|
|
&--active {
|
|
@apply bg-support-1 text-primary border-primary border-l-4 pl-8;
|
|
}
|
|
}
|
|
}
|
|
|
|
.install-step {
|
|
|
|
}
|
|
|
|
table.requirements-list {
|
|
.requirements-item {
|
|
@apply text-left;
|
|
}
|
|
.requirements-recommended {
|
|
@apply text-center;
|
|
}
|
|
.requirements-value {
|
|
@apply text-center;
|
|
}
|
|
}
|
|
|