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 {
|
&.small {
|
||||||
min-height: auto;
|
min-height: auto;
|
||||||
padding: calc(.5rem - 1px) calc(0.5rem - 1px);
|
padding: calc(.5rem - 1px) calc(1rem - 1px);
|
||||||
}
|
}
|
||||||
|
|
||||||
&.btn-gray {
|
&.btn-gray {
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
{% if request.user.is_authenticated and request.profile != user %}
|
{% if request.user.is_authenticated and request.profile != user %}
|
||||||
<br>
|
<br>
|
||||||
<button class="small btn-midnightblue" style="width:100%" id="message-button">
|
<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>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue