sails-hook-adminpanel
Version:
Implements the basic admin panel for Sails
41 lines (32 loc) • 616 B
HTML
<style is="custom-style">
:root {
--iron-icon-height: 18px;
--iron-icon-width: 18px;
}
a#add {
position: fixed;
bottom: 20px;
right: 20px;
}
.widget {
margin-top: 15px;
}
select {
width: 200px;
margin-left: 20px;
}
::shadow paper-toolbar a {
text-decoration: none;
display: block;
color: #ffffff;
}
paper-material[page] {
margin: 10px;
padding: 15px 10px;
}
@media(max-width: 460px) {
a#add {
bottom: 10px;
}
}
</style>