diff options
| author | Andrew <saintruler@gmail.com> | 2019-07-21 12:14:09 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-07-21 12:14:09 +0400 |
| commit | 2305ced85888a23f86ecfcdfb64a3b69c4997a4c (patch) | |
| tree | 9d5cc4ad1c322ca2bf46b990498ad0a79d508aff /day9/task5/static/css/ContentBoxStyle.css | |
| parent | 8c8712f0e6b165f6967f5d2958f300df6182296c (diff) | |
Переписан бекенд. Добавлена валидация при обновлении значений в ряду.
Удалена предыдущая версия приложения без vue.
Diffstat (limited to 'day9/task5/static/css/ContentBoxStyle.css')
| -rw-r--r-- | day9/task5/static/css/ContentBoxStyle.css | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/day9/task5/static/css/ContentBoxStyle.css b/day9/task5/static/css/ContentBoxStyle.css deleted file mode 100644 index abe9ee1..0000000 --- a/day9/task5/static/css/ContentBoxStyle.css +++ /dev/null @@ -1,26 +0,0 @@ -.contentBox { - padding: 20px; - width: 500px; - height: 695px; - background-color: #f0f0f0; - border-radius: 10px; - box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3); -} - -.backgroundTint { - width: 100vw; - height: 100vh; - background-color: rgba(0, 0, 0, 0.6); -} - -.shown { - display: inline; - position: fixed; - top: 50%; - left: 50%; - transform: translate(-50%, -50%); -} - -.hidden { - display: none; -}
\ No newline at end of file |