26 lines
362 B
Plaintext
26 lines
362 B
Plaintext
.banner-preview {
|
|
@apply w-full;
|
|
|
|
.label {
|
|
@apply coz-fg-white-dim text-xxl font-medium;
|
|
|
|
line-height: 22px;
|
|
}
|
|
|
|
.icon {
|
|
& path {
|
|
@apply coz-fg-hglt-plus-dim;
|
|
}
|
|
}
|
|
|
|
a {
|
|
@apply coz-fg-white-dim text-xxl font-medium underline;
|
|
|
|
line-height: 22px;
|
|
|
|
&:visited,&:active,&:focus {
|
|
@apply coz-fg-white-dim;
|
|
}
|
|
}
|
|
}
|