mirror of
https://github.com/adoyle0/leptos-use.git
synced 2025-01-23 09:09:21 -05:00
15 lines
No EOL
239 B
CSS
15 lines
No EOL
239 B
CSS
iframe.demo {
|
|
transition: height 0.25s ease-out;
|
|
}
|
|
|
|
.demo-container {
|
|
position: relative;
|
|
}
|
|
|
|
.demo-container > a.demo-source {
|
|
position: absolute;
|
|
right: 10px;
|
|
top: 5px;
|
|
font-size: 80%;
|
|
color: rgb(96 165 250);
|
|
} |