mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-14 11:33:51 +00:00
Improved badge color
This commit is contained in:
@@ -26,3 +26,8 @@
|
|||||||
padding: 30px 30px 30px 20px;
|
padding: 30px 30px 30px 20px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.badge-main {
|
||||||
|
color: #fff;
|
||||||
|
background-color: $mainColor;
|
||||||
|
}
|
||||||
|
|||||||
@@ -123,7 +123,7 @@ export class ShortUrlsVisits extends React.Component {
|
|||||||
<h2>
|
<h2>
|
||||||
{
|
{
|
||||||
shortUrl.visitsCount &&
|
shortUrl.visitsCount &&
|
||||||
<span className="badge badge-primary float-right">Visits: {shortUrl.visitsCount}</span>
|
<span className="badge badge-main float-right">Visits: {shortUrl.visitsCount}</span>
|
||||||
}
|
}
|
||||||
Visit stats for <a target="_blank" href={shortLink}>{shortLink}</a>
|
Visit stats for <a target="_blank" href={shortLink}>{shortLink}</a>
|
||||||
</h2>
|
</h2>
|
||||||
|
|||||||
Reference in New Issue
Block a user