
Co-authored-by: Gillian97 <jinling.sunshine@gmail.com> Co-authored-by: Joel <iamjoel007@gmail.com>
15 lines
319 B
CSS
15 lines
319 B
CSS
.option {
|
|
width: 188px;
|
|
height: 128px;
|
|
@apply box-border cursor-pointer bg-auto bg-no-repeat bg-center rounded-md;
|
|
}
|
|
.active {
|
|
@apply border-[1.5px] border-[#2970FF];
|
|
}
|
|
.iframeIcon {
|
|
background-image: url(../assets/iframe-option.svg);
|
|
}
|
|
.scriptsIcon {
|
|
background-image: url(../assets/scripts-option.svg);
|
|
}
|