TRI-254 Replace placeholder text for registration form
This commit is contained in:
@@ -1000,6 +1000,16 @@ section.register>form {
|
||||
display: inline-block;
|
||||
width: 90%;
|
||||
}
|
||||
.necessary_text {
|
||||
color: rgba(39, 36, 36, 0.60);
|
||||
/* Body text 3 */
|
||||
font-size: 14px;
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
line-height: 20px;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.button_register>button {
|
||||
display: block;
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
onsubmit="ym(97070898,'reachGoal','Registration'); return true;"
|
||||
>
|
||||
{% csrf_token %}
|
||||
<div class="agree_text">{% trans "Обязательные поля помечены значком *" %}</div>
|
||||
<div class="necessary_text">{% trans "Обязательные поля помечены значком *" %}</div>
|
||||
|
||||
<div class="inputs">
|
||||
<div class="inp_firstname">
|
||||
|
||||
Reference in New Issue
Block a user