mirror of https://github.com/akveo/blur-admin
fix(typography): fix fonts weight, banner padding, column headers
parent
872145bff4
commit
b19ad119e6
|
@ -212,22 +212,13 @@
|
|||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<h4>Column heading example</h4>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h4>Yet another column heading example</h4>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h4>Third column heading example</h4>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-sm-4">
|
||||
<div class="img-wrapper"><img ng-src="{{::( 'app/typography/typo04.png' | appImage )}}" alt=""/></div>
|
||||
<p>Eget augue, lacus erat ante egestas scelerisque aliquam, metus molestie leo in habitasse magna
|
||||
maecenas</p>
|
||||
<a href class="learn-more">Lean more</a>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h4>Yet another column heading example</h4>
|
||||
<div class="img-wrapper"><img ng-src="{{::( 'app/typography/typo05.png' | appImage )}}" alt=""/></div>
|
||||
<p>Augue massa et parturient, suspendisse orci nec scelerisque sit, integer nam mauris pede consequat
|
||||
in
|
||||
|
@ -235,6 +226,7 @@
|
|||
<a href class="learn-more">Lean more</a>
|
||||
</div>
|
||||
<div class="col-sm-4">
|
||||
<h4>Third column heading example</h4>
|
||||
<div class="img-wrapper"><img ng-src="{{::( 'app/typography/typo06.png' | appImage )}}" alt=""/></div>
|
||||
<p>Eget turpis, tortor lobortis porttitor, vestibulum nullam vehicula aliquam</p>
|
||||
<a href class="learn-more">Lean more</a>
|
||||
|
|
|
@ -69,7 +69,7 @@ h5 {
|
|||
text-align: center;
|
||||
margin: 0;
|
||||
width: 100%;
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
.heading-widget {
|
||||
|
@ -77,12 +77,12 @@ h5 {
|
|||
|
||||
h1, h2, h3, h4, h5, h6 {
|
||||
width: 100%;
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
p {
|
||||
line-height: 16px;
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -107,7 +107,7 @@ h5 {
|
|||
}
|
||||
|
||||
.regular-text {
|
||||
font-weight: 600;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.upper-text {
|
||||
|
@ -166,10 +166,10 @@ h5 {
|
|||
|
||||
.lists-widget {
|
||||
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
.list-header {
|
||||
width: 100%;
|
||||
font-weight: 100;
|
||||
font-weight: 300;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -429,7 +429,7 @@ a.learn-more {
|
|||
padding: 0;
|
||||
margin-bottom: 50px;
|
||||
|
||||
.panel-content{
|
||||
.panel-body{
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue