diff options
| author | Mike Vink <mike1994vink@gmail.com> | 2021-06-10 18:41:21 +0200 |
|---|---|---|
| committer | Mike Vink <mike1994vink@gmail.com> | 2021-06-10 18:41:21 +0200 |
| commit | 22ee6924ca6a59ecf4ca0030daab302f697b3445 (patch) | |
| tree | 7990b4cf02754ca42e27585d28dd67fddaaf0bf3 /client/style/admin.css | |
| parent | fd46c28539cf7c130dfbb0458f7b9057ad4f1e46 (diff) | |
big progress
Diffstat (limited to 'client/style/admin.css')
| -rw-r--r-- | client/style/admin.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/client/style/admin.css b/client/style/admin.css new file mode 100644 index 0000000..c2d3f0e --- /dev/null +++ b/client/style/admin.css @@ -0,0 +1,29 @@ +.info { + margin: 15px; +} + +input { + width: 50px; +} + +.newattraction { + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: left; + align-items: center; + margin: 15px 2.3% 15px 2.3%; + border: 1px solid var(--primary-color); +} + +.newattractioninput { + margin: 5px; + width: auto; +} + +.newattractioninput input { + min-width: 140px; + resize: both; + height: 30px; +} + |
