}
}
- .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;
+ }
}
<a href="<%= edit_path %>" class="button start-mapping"><%= t "welcome_page.start_mapping" %></a>
</div>
-<div class='note-box drop'>
+<div class='note-box'>
<div class='inner22'>
<h3><%= t "welcome_page.add_a_note.title" %></h3>
<p><%= t "welcome_page.add_a_note.paragraph_1_html" %></p>