diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-14 00:18:01 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-14 00:18:01 -0600 |
commit | ddfab312f73a3f3e15ceb6fec7d350500adb53d6 (patch) | |
tree | 9cb6db148a93f21d320538ecc0a523aff8907244 /assets/css/app.css | |
parent | 43f225e181ec370dfa7de1b2dc9f18d9eec31be8 (diff) | |
download | aggiedit-ddfab312f73a3f3e15ceb6fec7d350500adb53d6.tar.gz aggiedit-ddfab312f73a3f3e15ceb6fec7d350500adb53d6.zip |
Update UI
Diffstat (limited to 'assets/css/app.css')
-rw-r--r-- | assets/css/app.css | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/assets/css/app.css b/assets/css/app.css index 19c2e51..882a0bb 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -1,12 +1,10 @@ -/* This file is for your main application CSS */ -@import "./phoenix.css"; - /* Alerts and form errors used by phx.new */ .alert { padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px; + cursor: pointer; } .alert-info { color: #31708f; @@ -63,11 +61,10 @@ } .phx-modal-content { - background-color: #fefefe; margin: 15vh auto; padding: 20px; - border: 1px solid #888; width: 80%; + max-width: 600px; } .phx-modal-close { @@ -118,3 +115,9 @@ 0% { opacity: 1; } 100% { opacity: 0; } } + + +.thumbnail { + max-width: 100px; + max-height: 100px; +}
\ No newline at end of file |