gsy-component-library
Version:
reusable components from grid singularity
24 lines (21 loc) • 668 B
CSS
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,700");
.list,
.listElement {
margin: 0;
padding: 0; }
.listElement {
list-style-type: none;
padding: 0 10px; }
.theme-d3a .listElement {
background-color: #3a657f; }
.theme-verbund .listElement {
background-color: #3a657f; }
.theme-d3a .listElement:nth-child(odd) {
background-color: rgba(9, 21, 25, 0.25); }
.theme-verbund .listElement:nth-child(odd) {
background-color: rgba(9, 21, 25, 0.25); }
.tooltip .list {
margin: -10px; }
.tooltip .list .list {
margin: 0 -10px; }