overrides: use the breadcrumb style in card-meta
This commit is contained in:
parent
aa728b64f7
commit
0fa081098d
3 changed files with 19 additions and 1 deletions
|
@ -965,3 +965,12 @@ header h1 {
|
|||
header {
|
||||
background: #EEE url("../img/background.png");
|
||||
margin-bottom: 30px; }
|
||||
|
||||
.card-meta {
|
||||
border-radius: 0px 0px 0px 0px;
|
||||
box-shadow: 0px 2px 10px transparent, inset 0px -2px 0px rgba(0, 0, 0, 0.2);
|
||||
border: 0;
|
||||
background-color: #eeeeec;
|
||||
margin-bottom: 1.2em; }
|
||||
.card-meta li {
|
||||
margin: 0; }
|
||||
|
|
|
@ -152,7 +152,7 @@ In id suscipit elit.</code></pre>
|
|||
</section>
|
||||
|
||||
|
||||
<section class="card card-noheader">
|
||||
<section class="card card-darker">
|
||||
<div class="media card-meta">
|
||||
<div class="media-left"><a href="#"><img class="media-object" src="img/avatar.png" alt="..."></a></div>
|
||||
<div class="media-body"><author class="media-heading">Écrit par <a href="" >Pseudo</a></author><time> Le vendredi 19 septembre 2014 à 07:16 </time></div>
|
||||
|
|
|
@ -14,3 +14,12 @@ header {
|
|||
background: #EEE url('../img/background.png');
|
||||
margin-bottom:30px;
|
||||
}
|
||||
|
||||
.card-meta {
|
||||
@include border-radius();
|
||||
box-shadow: $large-shadow, $inset-shadow;
|
||||
border: 0;
|
||||
background-color:#eeeeec;
|
||||
margin-bottom:1.2em;
|
||||
@include li-no-margin();
|
||||
}
|
||||
|
|
Reference in a new issue