vertical alignment for arrows

This commit is contained in:
Raphael Goetter 2017-10-24 16:35:00 +02:00
parent 2a403d0acb
commit 7426519638
3 changed files with 18 additions and 11 deletions

View file

@ -2277,6 +2277,10 @@ button:focus {
/* ==Arrows */
/* ----------------------------- */
/* see https://knacss.com/styleguide.html#arrows */
[class*="icon-arrow-"] {
vertical-align: middle;
}
[class*="icon-arrow-"]::after {
content: "";
display: inline-block;
@ -2286,7 +2290,6 @@ button:focus {
mask-size: cover;
background-color: #000;
line-height: 1;
vertical-align: baseline;
}
.icon-arrow-down::after {

File diff suppressed because one or more lines are too long