mirror of
https://github.com/tabler/tabler.git
synced 2026-08-17 16:43:46 +04:00
icons, toast message
This commit is contained in:
+4
-1
@@ -1,17 +1,20 @@
|
||||
.icon {
|
||||
width: 1em;
|
||||
height: 1em;
|
||||
font-size: 1em;
|
||||
vertical-align: -2px;
|
||||
}
|
||||
|
||||
.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 {
|
||||
@@ -26,7 +29,7 @@
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 0;
|
||||
margin: 0 -1px -1px 0;
|
||||
margin: 0 -2px -1px 0;
|
||||
list-style: none;
|
||||
|
||||
> li {
|
||||
|
||||
Reference in New Issue
Block a user