1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 02:38:15 +04:00
Files
tabler/scss/ui/_icons.scss
2019-04-12 22:28:00 +02:00

57 lines
770 B
SCSS

.icon {
width: 1em;
height: 1em;
font-size: 1em;
vertical-align: -.2em;
}
.icon-md {
width: px2rem(20px);
height: px2rem(20px);
font-size: px2rem(20px);
}
.icon-lg {
width: px2rem(40px);
height: px2rem(40px);
font-size: px2rem(40px);
}
.icon-thin {
stroke-width: 1.5px;
}
.icon-filled {
fill: currentColor;
}
.icons-list {
display: flex;
flex-wrap: wrap;
padding: 0;
margin: 0 -2px -1px 0;
list-style: none;
> li {
flex: 1 0 4rem;
}
}
.icons-list-wrap {
overflow: hidden;
}
.icons-list-item {
display: flex;
align-items: center;
justify-content: center;
height: 4rem;
text-align: center;
border-right: 1px solid $border-color;
border-bottom: 1px solid $border-color;
i {
font-size: 1.25rem;
}
}