Skip to content

Commit

Permalink
Merge pull request #59 from stepanzh/58-ссылка-на-опрос-пользователей
Browse files Browse the repository at this point in the history
feat: link to user poll
  • Loading branch information
stepanzh authored May 23, 2024
2 parents 194951b + 1e166e1 commit dc5acc8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions static/css/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,16 @@ a { color: var(--ui-accent-color); }

/* Nav */

.nav-special-link
{
padding: 4px 8px;
text-decoration: none;
border: 1px solid var(--special-0-color);
border-radius: 8px;
color: var(--special-0-color);
font-size: 14px;
}

.nav {
display: flex;
gap: 12px;
Expand Down
1 change: 1 addition & 0 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
<span class='logo-text'>Пропорцио</span>
</span>
</a>
<a class='nav-special-link' href='https://forms.yandex.ru/u/664f4420f47e734f11464652/' target='_blank'>Пройти опрос</a>
</header>
{% block page_nav %}
<nav class='nav'>
Expand Down

0 comments on commit dc5acc8

Please sign in to comment.