@pattern-lab/starterkit-handlebars-vanilla
Version:
Pattern Lab Vanilla StarterKit for Handlebars.
52 lines (43 loc) • 1.09 kB
CSS
/*------------------------------------*\
#SVG SPRITE OVERRIDES
\*------------------------------------*/
section {
border-top: none ;
padding: 0 ;
}
.icon-boxes {
display: flex ;
flex-wrap: wrap ;
}
style + svg + header {
display: none ;
}
.icon-box {
width: initial ;
height: auto ;
background: none ;
border: none ;
}
.icon-boxes li {
display: flex ;
flex-direction: column ;
align-items: center ;
width: 6rem ;
height: 6rem ;
background: #f5f5f5 ;
border: 1px solid #cccccd ;
}
.icon-boxes li h2 {
color: #000 ;
font-size: 0.75rem ;
white-space: inherit ;
text-overflow: unset ;
overflow: inherit ;
}
.icon-box .icon {
height: 16px ;
width: 16px ;
}
.icon-boxes li button {
display: none ;
}