diff options
| author | Andrew <saintruler@gmail.com> | 2019-07-08 00:58:50 +0400 |
|---|---|---|
| committer | Andrew <saintruler@gmail.com> | 2019-07-08 00:58:50 +0400 |
| commit | a47e9946ba94b2c8b6d0f29f937e47f929d2edae (patch) | |
| tree | 8c32462b42a6648dfe8e6e9a73f70e3ae749bcbd /day9/task5/static/css/FormStyle.css | |
| parent | 5dc61e9d6a760e3a86b0bb459c0a628941069d95 (diff) | |
WIP: Добавлена кнопка для загрузки файлов.
Diffstat (limited to 'day9/task5/static/css/FormStyle.css')
| -rw-r--r-- | day9/task5/static/css/FormStyle.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/day9/task5/static/css/FormStyle.css b/day9/task5/static/css/FormStyle.css index 2659a68..dbe8a46 100644 --- a/day9/task5/static/css/FormStyle.css +++ b/day9/task5/static/css/FormStyle.css @@ -5,7 +5,7 @@ } .formRow-label { - font-size: 13px; + font-size: 20px; color: #404040; } @@ -16,6 +16,7 @@ border: none; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); padding: 5px; + font-size: 1.4em; -webkit-appearance: none; -moz-appearance: none; @@ -29,7 +30,7 @@ .formInput[type="date"], .formInput[type="time"] { padding: 5px; - font-size: 1.1em; + font-size: 1.6em; } .formRow-input > select:hover, .formRow-input > input:not([disabled]):hover { |