gsy-component-library
Version:
reusable components from grid singularity
19 lines (18 loc) • 724 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");
.indexList {
width: 100%; }
.indexList__element {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
padding: 0 15px; }
.theme-d3a .indexList__element {
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.theme-verbund .indexList__element {
border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
.theme-d3a .indexList__element:hover {
background-color: rgba(0, 0, 0, 0.06); }
.theme-verbund .indexList__element:hover {
background-color: rgba(0, 0, 0, 0.06); }