- Pulled out the existing palette in _mixins - Took a stab at naming greys after their usage count in contexts - Replaced #a40802 with #a80000, since they are very close and $red was already in the palette Missed importing 'colors' in a couple of places Removing a redefined in favor of in colors.css.scss Fixing missed imports #2 Renamed $background to $background-white Explicitly calling out the color of the background, since we have many background colors
24 lines
413 B
SCSS
24 lines
413 B
SCSS
.opengraph {
|
|
width: 100%;
|
|
|
|
a {
|
|
display: block;
|
|
text-decoration: none;;
|
|
color: #000;
|
|
margin: 10px 0px 10px 0px;
|
|
border-top: solid 1px $border-grey;
|
|
border-bottom: solid 1px $border-grey;
|
|
padding: 10px 0px 5px 0px;
|
|
overflow: hidden;
|
|
|
|
img {
|
|
margin: 0px 5px 5px 0px;
|
|
float: left;
|
|
max-width: 155px;
|
|
}
|
|
|
|
.og-title {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|