Files
DiceCloud/rpg-docs/client/views/private/character/characterSheet.css
Stefan Zermatten 37268495ae Got some Polymer 1.0 elements working with 1.4
Character sheets now visible, but vulcanize broke, using raw head imports instead
2016-12-22 11:15:30 +02:00

29 lines
449 B
CSS

paper-tabs, app-toolbar {
box-shadow: 0px 3px 2px rgba(0, 0, 0, 0.2);
}
app-toolbar paper-tabs {
box-shadow: none;
}
paper-tabs[noink][nobar] paper-tab.core-selected {
color: #fff;
}
paper-tabs /deep/ #selectionBar, #onRadio {
background-color: #d50000;
}
paper-tabs ::shadow #ink {
color: #b22 !important;
}
paper-tabs.transparent-brown {
background-color: transparent;
box-shadow: none;
}
app-toolbar.medium-tall {
height: 108px;
}