Change button small and message button
This commit is contained in:
parent
f1fb107ba5
commit
d9a927ca71
3 changed files with 237 additions and 228 deletions
File diff suppressed because it is too large
Load diff
|
@ -67,7 +67,7 @@
|
|||
|
||||
&.small {
|
||||
min-height: auto;
|
||||
padding: calc(.5rem - 1px) calc(0.5rem - 1px);
|
||||
padding: calc(.5rem - 1px) calc(1rem - 1px);
|
||||
}
|
||||
|
||||
&.btn-gray {
|
||||
|
|
|
@ -112,7 +112,7 @@
|
|||
{% if request.user.is_authenticated and request.profile != user %}
|
||||
<br>
|
||||
<button class="small btn-midnightblue" style="width:100%" id="message-button">
|
||||
<i class="fa fa-envelope"></i> {{ _('Send message') }}
|
||||
<i class="fa fa-envelope"></i> {{ _('Message') }}
|
||||
</button>
|
||||
{% endif %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue