mirror of https://github.com/akveo/blur-admin
fix(iconsPage): add same height for some blocks
parent
17ce71f065
commit
f24922f060
|
@ -1,4 +1,4 @@
|
||||||
<div class="row icons-list success">
|
<div class="row icons-list success awesomeIcons">
|
||||||
<div class="col-xs-2" ng-repeat="icon in icons.fontAwesomeIcons"><i class="fa {{icon}}"></i></div>
|
<div class="col-xs-2" ng-repeat="icon in icons.fontAwesomeIcons"><i class="fa {{icon}}"></i></div>
|
||||||
</div>
|
</div>
|
||||||
<a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank" class="see-all-icons">See all Font Awesome icons</a>
|
<a href="http://fortawesome.github.io/Font-Awesome/icons/" target="_blank" class="see-all-icons">See all Font Awesome icons</a>
|
|
@ -33,6 +33,10 @@ a.see-all-icons {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.awesomeIcons{
|
||||||
|
height: 308px;
|
||||||
|
}
|
||||||
|
|
||||||
.kameleon-row {
|
.kameleon-row {
|
||||||
width: 20%;
|
width: 20%;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
Loading…
Reference in New Issue