summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/venue/venue.css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-09-30 18:48:54 +0200
committerJules Laplace <julescarbon@gmail.com>2020-09-30 18:48:54 +0200
commit9dba744407f61a56efb8e63bbfa50ade6e847acf (patch)
treee3953fcceafa010bdc7a4df353c74fe571c9c13d /animism-align/frontend/app/views/venue/venue.css
parent58b47df64f1ec0444a45892c1db2ca195ec93deb (diff)
update episodes table form. add venues table and CRUD
Diffstat (limited to 'animism-align/frontend/app/views/venue/venue.css')
-rw-r--r--animism-align/frontend/app/views/venue/venue.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/animism-align/frontend/app/views/venue/venue.css b/animism-align/frontend/app/views/venue/venue.css
new file mode 100644
index 0000000..ad54dc2
--- /dev/null
+++ b/animism-align/frontend/app/views/venue/venue.css
@@ -0,0 +1,9 @@
+.app > .venueContainer {
+ width: 100%;
+ height: calc(100% - 3.125rem);
+ overflow: scroll;
+}
+
+.venue-index {
+ margin-top: 1rem;
+}