Skip to content

Commit

Permalink
Breadcrumb visual adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
dioney committed Aug 6, 2016
1 parent 01107fa commit 4effbda
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
19 changes: 19 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
body {
color: #777;
font-weight: normal;
}

.pure-img-responsive {
Expand Down Expand Up @@ -87,6 +88,24 @@ The content `<div>` is where all your content goes.
font-size: .9em;
}

.breadcrumb{
margin-bottom: 2em;
display: table;
}

.breadcrumb a{
color: #999;
padding: 0 0.8em;
text-decoration: none;
font-size: .9em;
font-weight: normal;
}

.breadcrumb a:hover,
.breadcrumb a:focus{
color: #2097e6;
}

.site-logo{
color: #fff;
font-size: 1.4em;
Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@ <h2 class="pure-menu-heading">Configurações</h2>

<div class="content">
<div class="breadcrumb">
<i class="fa fa-home"></i> <a href="#" rel="Dashboard">Dashboard</a><i class="fa fa-angle-right"></i>
<i class="fa fa-home"></i><a href="#" rel="Dashboard">Dashboard</a>
<i class="fa fa-angle-right"></i><a href="#" rel="Dashboard">Sales</a>
</div>
<div class="pure-g">
<div class="pure-u-1-2 box">
Expand Down Expand Up @@ -108,7 +109,8 @@ <h3 class="header-title">Sales</h3>
<h3 class="header-title">Posts</h3>
</div>
<div class="box-content">
<p>as vendas estão ótimas</p>
<a href="#">Title my post in draft</a>
<p>My content post is very good.</p>
</div>
</div>
</div>
Expand Down

0 comments on commit 4effbda

Please sign in to comment.