bx-865-apps #1
|
@ -110,18 +110,21 @@ const point_light = reactive({
|
||||||
|
|
||||||
&-close {
|
&-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 1.5rem;
|
||||||
top: 0;
|
top: 0.5rem;
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
color: black
|
color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 1.65rem;
|
font-size: 2rem;
|
||||||
margin: 1rem
|
margin: 1rem
|
||||||
}
|
}
|
||||||
|
|
||||||
p {}
|
p {
|
||||||
|
margin: 1rem 0;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
Reference in New Issue