1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-24 10:48:14 +04:00
Files
tabler/scss/ui/_icons.scss
2019-10-07 22:47:11 +02:00

52 lines
656 B
SCSS

.icon {
font-size: 1em;
width: 1em;
height: 1em;
&:hover {
text-decoration: none;
}
}
.icon-filled {
fill: currentColor;
}
.icon-md {
font-size: px2rem(20px);
}
.icon-lg {
font-size: px2rem(40px);
}
.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;
}
}