#content {
position: relative;
+ padding: $lineheight;
}
.site-edit #content,
}
}
- .drop {
- margin-top: 20px;
- }
-
.sprite {
background-image: image-url("welcome-sprite.png");
background-size: 500px 250px;
.icon-list {
padding-bottom: 20px;
- div {
- margin-bottom: 10px;
+ div {
+ margin-bottom: 10px;
p {
padding-top: 10px;
}
}
.note-box {
+ margin-top: 20px;
background-color: $offwhite;
}
+
+ .icon.note {
+ background-color: #333;
+ border-radius: 4px;
+ }
}