From 25f512633704d3a1020a77addb77c3b9217f10fa Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 12 Jul 2020 19:25:48 +0200 Subject: init --- src/styles/index.scss | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/styles/index.scss (limited to 'src/styles/index.scss') diff --git a/src/styles/index.scss b/src/styles/index.scss new file mode 100644 index 0000000..9175250 --- /dev/null +++ b/src/styles/index.scss @@ -0,0 +1,30 @@ +img { + user-select: none; +} + +#cards { + overflow-x: auto; + flex-wrap: unset; + + .col { + width: 18rem; + max-width: 18rem; + min-width: 18rem; + overflow-y: auto; + + .card .card-header img { + cursor: pointer; + } + + .card .list-group { + max-height: 33.3vh; + overflow: auto; + + .list-group-item { + text-overflow: ellipsis; + white-space: nowrap; + overflow: hidden; + } + } + } +} -- cgit v1.3