fix: h3 parentheses, clock date-bold/time-normal, app badges, plain icons
This commit is contained in:
BIN
public/assets/images/AppStore-rus.png
Normal file
BIN
public/assets/images/AppStore-rus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.6 KiB |
BIN
public/assets/images/GooglePlay-rus.png
Normal file
BIN
public/assets/images/GooglePlay-rus.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 KiB |
@@ -16,23 +16,27 @@
|
||||
/* ── Body: plain white (body-line.jpg is for the main page, not auth) ── */
|
||||
body { background: #fff; }
|
||||
|
||||
/* ── Lang selector + bell as simple icons (no BitrixCMS dropdown machinery) ── */
|
||||
.notifications-button, .lang-selector-button { display: inline-block; margin-left: 2px; }
|
||||
/* ── Lang selector + bell: plain icons, no white box ── */
|
||||
.notifications-button, .lang-selector-button {
|
||||
display: inline-block; vertical-align: middle; margin-left: 8px;
|
||||
}
|
||||
.notifications-button .btn-secondary,
|
||||
.lang-selector-button .btn-secondary {
|
||||
background: #fff; border: 1px solid #e1e1e1; color: #003571;
|
||||
padding: 6px 10px; border-radius: 4px; cursor: pointer;
|
||||
vertical-align: middle; display: inline-block; line-height: 1;
|
||||
background: transparent; border: none; padding: 6px 4px;
|
||||
cursor: pointer; display: inline-block; line-height: 1;
|
||||
box-shadow: none;
|
||||
}
|
||||
.notifications-button .btn-secondary:hover,
|
||||
.lang-selector-button .btn-secondary:hover { background: #f5f5f5; }
|
||||
.bellicon { font-size: 18px; color: #003571; }
|
||||
.flag-icon-ru {
|
||||
display: inline-block; width: 20px; height: 15px;
|
||||
display: inline-block; width: 22px; height: 15px;
|
||||
background: linear-gradient(to bottom, #fff 0%, #fff 33%, #0039a6 33%, #0039a6 66%, #d52b1e 66%, #d52b1e 100%);
|
||||
vertical-align: middle; border: 1px solid #ddd;
|
||||
vertical-align: middle; border: 1px solid #ccc;
|
||||
}
|
||||
|
||||
/* ── Clock: date bold (in span), time normal (plain text node) ── */
|
||||
#clock { font-weight: normal; }
|
||||
#clock span { font-weight: bold; }
|
||||
|
||||
/* ── Chat section (white theme, below footer) ── */
|
||||
.chat-wrapper {
|
||||
background: #fff;
|
||||
@@ -161,7 +165,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-sm-5 col-xs-12">
|
||||
<div id="clock" data-time=""><span id="clkDate"></span> <span id="clkTime"></span></div>
|
||||
<div id="clock" data-time=""><span id="clkDate"></span> <em id="clkTime" style="font-style:normal;font-weight:normal;"></em></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -197,7 +201,7 @@
|
||||
<div class="row row--forms">
|
||||
<!-- РЕГИСТРАЦИЯ -->
|
||||
<div class="col-md-6 form-wrap">
|
||||
<h3>Регистрация <small style="color: #000000"> Получить пароль от портала </small></h3>
|
||||
<h3>Регистрация (<small style="color: #000000"> Получить пароль от портала </small>)</h3>
|
||||
<div class="form-wrap__links">
|
||||
<span class="form-wrap__link">→ <a href="#">Как зарегистрироваться в системе/Восстановить пароль?</a></span>
|
||||
<span class="form-wrap__link">→ <a href="#">Пароль и результаты ЦТ</a></span>
|
||||
@@ -233,7 +237,7 @@
|
||||
|
||||
<!-- АВТОРИЗАЦИЯ -->
|
||||
<div class="col-md-6 form-wrap">
|
||||
<h3>Авторизация <small style="color: #000000"> Я уже активировал профиль </small></h3>
|
||||
<h3>Авторизация (<small style="color: #000000"> Я уже активировал профиль </small>)</h3>
|
||||
<div class="form-wrap__links">
|
||||
<span class="form-wrap__link auth_link auth_link--forgot">→ <a href="#">Восстановить пароль</a></span>
|
||||
<span class="form-wrap__link auth_link auth_link--howto">→ <a href="#">Как зарегистрироваться в системе/Восстановить пароль?</a></span>
|
||||
|
||||
Reference in New Issue
Block a user