@oslokommune/punkt-css
Version:
CSS-rammeverket til Punkt, et designsystem laget av Oslo Origo
31 lines (30 loc) • 413 B
CSS
/*
* Icons
*
* TODO: use SVG icons instead
*/
.pkt-icon,
pkt-icon {
display: inline-flex;
min-height: 1rem;
min-width: 1rem;
}
.pkt-icon > svg,
pkt-icon > svg {
min-height: 1rem;
min-width: 1rem;
max-height: 100%;
max-width: 100%;
}
.pkt-icon--small {
height: 1rem;
width: 1rem;
}
.pkt-icon--medium {
height: 1.5rem;
width: 1.5rem;
}
.pkt-icon--large {
height: 4rem;
width: 4rem;
}