quasar-ui-example-viewer
Version:
Display Vue code examples with template, script and style parts with optional source and codepen links
25 lines (24 loc) • 492 B
CSS
/*!
* quasar-ui-example-viewer v1.1.1
* (c) 2021 Jeff Galbraith <jeff@quasar.dev>
* Released under the MIT License.
*/
.example-title {
font-family: Optima, sans-serif;
cursor: pointer;
}
.example-title:after {
content: " #";
opacity: 0;
}
.example-title:hover:after {
opacity: 1;
}
.example-page {
font-family: Open Sans, Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 16px 46px;
font-weight: 300;
max-width: 900px;
margin-right: auto;
margin-left: auto;
}