Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
itchief committed Apr 18, 2022
1 parent 5310032 commit df5cbb7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
28 changes: 0 additions & 28 deletions feedback/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -565,34 +565,6 @@ textarea.form-control.is-invalid {
display: block;
}

/* CSS для индикатора */
.progress {
display: -ms-flexbox;
display: flex;
height: 1rem;
overflow: hidden;
font-size: .75rem;
background-color: #e9ecef;
border-radius: .25rem;
margin-bottom: 0.5rem;
}

.progress-bar {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
-ms-flex-pack: center;
justify-content: center;
color: #fff;
text-align: center;
white-space: nowrap;
background-color: #007bff;
transition: width .6s ease;
background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
background-size: 1rem 1rem;
}

.form-submit {
text-align: right;
}
Expand Down
6 changes: 0 additions & 6 deletions feedback/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,6 @@ <h1>Форма обратной связи</h1>
<!-- Сообщение об ошибке -->
<div class="form-error form-error_hide">Исправьте данные и отправьте форму ещё раз.</div>

<!-- Индикация отправки данных формы на сервер -->
<div class="progress form-progress d-none">
<div class="progress-bar" role="progressbar" aria-valuenow="0" aria-valuemin="0" aria-valuemax="100"
style="width: 0"></div>
</div>

<!-- Кнопка для отправки формы на сервер -->
<div class="form-submit">
<button type="submit">Отправить сообщение</button>
Expand Down

0 comments on commit df5cbb7

Please sign in to comment.