Jabit-Server/websrc/app/styles/shared-styles.html

17 lines
332 B
HTML
Raw Normal View History

2015-10-01 00:27:15 +02:00
<!-- shared styles for all elements and index.html -->
<dom-module id="shared-styles">
<template>
<style>
.page-title {
@apply(--paper-font-display2);
}
@media (max-width: 600px) {
.page-title {
font-size: 24px!important;
}
}
</style>
</template>
</dom-module>