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/NewEntryStyle.css | |
| parent | 8c8712f0e6b165f6967f5d2958f300df6182296c (diff) | |
Переписан бекенд. Добавлена валидация при обновлении значений в ряду.
Удалена предыдущая версия приложения без vue.
Diffstat (limited to 'day9/task5/static/css/NewEntryStyle.css')
| -rw-r--r-- | day9/task5/static/css/NewEntryStyle.css | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/day9/task5/static/css/NewEntryStyle.css b/day9/task5/static/css/NewEntryStyle.css deleted file mode 100644 index be2a4f0..0000000 --- a/day9/task5/static/css/NewEntryStyle.css +++ /dev/null @@ -1,38 +0,0 @@ -.fixedButton { - overflow: hidden; - white-space: nowrap; - - position: fixed; - - padding: 5px; - border-radius: 50px; - width: 100px; - height: 100px; - border: none; - background-color: #2871e2; - color: white; - font-size: 45px; - - transition-property: width; - transition-duration: 0.6s; -} - -.fixedButton:hover { - width: 300px; - font-size: 30px; - background-color: #286bd6; -} - -.fixedButton:focus { - background-color: #2861c3; -} - -.newEntryBtn { - bottom: 50px; - left: 50px; -} - -.uploadFileBtn { - bottom: 175px; - left: 50px; -} |