Skip to content

Commit

Permalink
Fix incorrect icon for ts/ra in account page
Browse files Browse the repository at this point in the history
  • Loading branch information
GrantBartlett committed Aug 7, 2019
1 parent f3ef251 commit 3d31254
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cncnet-api/public/css/ladder.css

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions cncnet-api/resources/sass/base/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@
height: 25px;
}

.icon-ra:before
{
background-position: calc(0px);
}

.icon-yr:before
{
background-position: calc(-25px * 3);
}

.icon-ts:before
{
background-position: calc(-25px * 1);
}
2 changes: 1 addition & 1 deletion cncnet-api/resources/views/layouts/app.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<title>@yield('title') - CnCNet</title>
@yield('css')
<link rel="stylesheet" href="/css/app.css" />
<link rel="stylesheet" href="/css/ladder.css?v=2.0" />
<link rel="stylesheet" href="/css/ladder.css?v=2.1" />
<link rel="stylesheet" href="/css/font-awesome.min.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" href="/images/favicon/favicon-32x32.png" sizes="32x32">
Expand Down

0 comments on commit 3d31254

Please sign in to comment.