Commit 7b757035 by Brian Talbot

resolving Sass issues caused by previous merge conflict resolution in branch

parent 4f32d5f3
...@@ -4,13 +4,7 @@ ...@@ -4,13 +4,7 @@
width: 260px; width: 260px;
background-color: #fff; background-color: #fff;
} }
.upload-button {
@include blue-button;
float: left;
margin-right: 20px;
padding: 8px 30px 10px;
font-size: 12px;
}
.asset-library { .asset-library {
@include clearfix; @include clearfix;
......
...@@ -34,30 +34,6 @@ h1 { ...@@ -34,30 +34,6 @@ h1 {
margin: 24px 6px; margin: 24px 6px;
} }
strong {
font-weight: 700;
}
em {
font-style: italic;
}
p + p,
p + ul,
p + ol {
margin-top: 20px;
}
code {
margin: 0 2px;
padding: 0px 5px;
border-radius: 3px;
border: 1px solid #eaeaea;
font-family: Monaco, monospace;
font-size: 12px;
background-color: #f8f8f8;
}
.waiting { .waiting {
opacity: 0.1; opacity: 0.1;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment