icon
This commit is contained in:
parent
138cf532ed
commit
9666591deb
|
@ -129,7 +129,7 @@
|
|||
<div class="head">
|
||||
<span>
|
||||
<?php if(strlen($event['url']) > 1 ) { ?>
|
||||
<a href="<?=$event['url'];?>"><?=$event['title'];?></a>
|
||||
<a href="<?=$event['url'];?>"><?=$event['title'];?> <i class="fas fa-link"></i></a>
|
||||
<?php
|
||||
} else {
|
||||
echo $event['title'];
|
||||
|
@ -137,7 +137,7 @@
|
|||
?>
|
||||
</span>
|
||||
<?php if(strlen($event['ticket']) > 1 ) { ?>
|
||||
<a href="<?=$event['ticket'];?>"><i class="fa fa-ticket" aria-hidden="true"></i></a>
|
||||
<a href="<?=$event['ticket'];?>"><i class="fas fa-ticket-alt" aria-hidden="true"></i></a>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="desc"><?=$event['description'];?></div>
|
||||
|
|
|
@ -102,10 +102,10 @@ a {
|
|||
.head span a {
|
||||
color: black;
|
||||
}
|
||||
.head span a::after {
|
||||
content: " \f0c1";
|
||||
font-family: FontAwesome;
|
||||
font-size: 0.8em;
|
||||
.head a i {
|
||||
position: relative;
|
||||
top: -0.4em;
|
||||
font-size: 0.6em;
|
||||
color: #1EAEDB;
|
||||
}
|
||||
.one-half.odd .title,
|
||||
|
|
Reference in New Issue