Inlined SVGs, fixed build
This commit is contained in:
@ -27,6 +27,9 @@ main {
|
||||
}
|
||||
|
||||
aside {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
width: 100%;
|
||||
padding: (@spacing-base * 0.75);
|
||||
background: #fff;
|
||||
@ -34,6 +37,15 @@ aside {
|
||||
color: @gray;
|
||||
text-shadow: none;
|
||||
|
||||
.icon {
|
||||
margin-right: (@spacing-base / 2);
|
||||
fill: @color-twitter;
|
||||
}
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
a {
|
||||
color: @color-twitter;
|
||||
|
||||
|
@ -2,4 +2,4 @@
|
||||
// Icons
|
||||
// ==========================================================================
|
||||
|
||||
@icon-size: 18px;
|
||||
@icon-size: 16px;
|
||||
|
Reference in New Issue
Block a user