studio - adding in info icon to page intro help and making icon classes consistent in all new references

This commit is contained in:
Brian Talbot
2013-02-19 12:13:08 -05:00
parent 596de8ab2c
commit fca98c19a5
6 changed files with 20 additions and 12 deletions

View File

@@ -248,6 +248,13 @@ h1 {
width: flex-grid(4,12);
display: block;
text-align: right;
.icon {
@include font-size(14);
display: inline-block;
vertical-align: middle;
margin-right: ($baseline/4);
}
}
}
}

View File

@@ -28,8 +28,9 @@
border-radius: 0;
&.new-component-item {
margin-top: 20px;
background: transparent;
border: none;
@include box-shadow(none);
}
}