follow button in [ci skip]
This commit is contained in:
parent
9853197063
commit
c82e339640
3 changed files with 8 additions and 5 deletions
BIN
app/assets/images/buttons/follow_hover.png
Normal file
BIN
app/assets/images/buttons/follow_hover.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.7 KiB |
|
|
@ -152,6 +152,10 @@ body {
|
|||
max-width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
&.sticky-note {
|
||||
|
|
@ -224,15 +228,10 @@ body {
|
|||
&.night:not(.sticky-note),
|
||||
&.multi-photo:not(.sticky-note) {
|
||||
.text-content {
|
||||
@include opacity(1);
|
||||
padding : 10px 20px;
|
||||
font-size : 14px;
|
||||
line-height : 18px;
|
||||
color : #444;
|
||||
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -12,6 +12,10 @@
|
|||
<a href="#" id="edit-mode-toggle" class="control">
|
||||
<img src='{{imageUrl "buttons/edit_canvas.png"}}' />
|
||||
</a>
|
||||
{{else}}
|
||||
<a href="#" class="control">
|
||||
<img src='{{imageUrl "buttons/follow_hover.png"}}' />
|
||||
</a>
|
||||
{{/if}}
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue