1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-12 22:32:21 +04:00

typography

This commit is contained in:
codecalm
2021-03-16 00:27:16 +01:00
parent 0b6621c2cc
commit e893c46a95
9 changed files with 102 additions and 263 deletions
+3 -6
View File
@@ -27,8 +27,7 @@
width: $icon-size;
height: $icon-size;
min-width: $icon-size;
margin: 0 .5rem 0;
margin-inline-start: -.25rem;
margin: 0 .5rem 0 -.25rem;
vertical-align: bottom;
color: $text-muted;
}
@@ -37,13 +36,11 @@
width: 1.25rem;
height: 1.25rem;
vertical-align: text-top;
margin: 0 .5rem 0;
margin-inline-start: -.25rem;
margin: 0 .5rem 0 -.25rem;
}
.icon-right {
margin: 0 .5rem 0;
margin-inline-end: -.25rem;
margin: 0 -.25rem 0 .5rem;
}
.badge {