fix: icon-fw fixes
This commit is contained in:
parent
8cafa6cbfb
commit
d278bad6d5
3 changed files with 12 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
<aside class="sidebar">
|
<aside class="sidebar">
|
||||||
<div class="card head-info">
|
<div class="card head-info">
|
||||||
<?php $desc = explode(";", get_the_author_meta( 'infodata' )) ?>
|
<?php $desc = explode(";", get_the_author_meta( 'infodata' )) ?>
|
||||||
<div class="card-header"><i class="icon icon-info" aria-hidden="true"></i> <?php
|
<div class="card-header"><i class="icon icon-info icon-fw" aria-hidden="true"></i> <?php
|
||||||
if (!empty($desc[1])) {
|
if (!empty($desc[1])) {
|
||||||
echo $desc[1];
|
echo $desc[1];
|
||||||
} else {
|
} else {
|
||||||
|
|
|
@ -12,3 +12,9 @@
|
||||||
&-left {text-align: left;}
|
&-left {text-align: left;}
|
||||||
&-right {text-align: right;}
|
&-right {text-align: right;}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-fw {
|
||||||
|
width: 1em;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center;
|
||||||
|
}
|
|
@ -1754,6 +1754,11 @@ textarea {
|
||||||
.align-right {
|
.align-right {
|
||||||
text-align: right; }
|
text-align: right; }
|
||||||
|
|
||||||
|
.icon-fw {
|
||||||
|
width: 1em;
|
||||||
|
display: inline-block;
|
||||||
|
text-align: center; }
|
||||||
|
|
||||||
.round, .pill {
|
.round, .pill {
|
||||||
border-radius: 9999px; }
|
border-radius: 9999px; }
|
||||||
|
|
||||||
|
|
Reference in a new issue