diff options
| author | clarkohw <66530369+clarkohw@users.noreply.github.com> | 2021-04-19 03:02:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-19 03:02:45 -0400 |
| commit | ab4621b0e245043ef60db13e509fdb0c5b4cfc64 (patch) | |
| tree | 7a6c356cca51f4fa4b549c693e168f6fc61302b3 /maps-frontend/src/css/UserCheckin.css | |
| parent | 0508b076ac948a11bde14cfa9f5261796d890ef2 (diff) | |
| parent | 0466db8b9051cb6300f274f0bba480d1020c63cf (diff) | |
Merge branch 'master' into profit-testing
Diffstat (limited to 'maps-frontend/src/css/UserCheckin.css')
| -rw-r--r-- | maps-frontend/src/css/UserCheckin.css | 94 |
1 files changed, 0 insertions, 94 deletions
diff --git a/maps-frontend/src/css/UserCheckin.css b/maps-frontend/src/css/UserCheckin.css deleted file mode 100644 index 141cc01..0000000 --- a/maps-frontend/src/css/UserCheckin.css +++ /dev/null @@ -1,94 +0,0 @@ -.User-checkin { - grid-area: checkin; - height: 100vh; - background-color: #121212; - z-index: 10; - color: white; - border-radius: 10px; - display: flex; - font-size: 18px; - cursor: default; - /* Transparent background */ - background: rgba(0, 0, 0, 0); -} - -ul { - list-style-type: none; -} - -.User-checkin > div { - z-index: 10; - background-color: #333333; - border-radius: 20px; - margin: 5px; -} - -.Coord-ex { - height: 1vh; - margin: 0; - padding: 0; - text-align: center; -} - -.Chosen-user > h2, .Checkins > h2 { - display: flex; - justify-content: space-evenly; - height: 5vh; - padding: 0 10px; -} - -.Checkin-list { - padding: 0 20px; - height: 86vh; - overflow-y: scroll; - cursor: default; -} - -.User-checkin-list { - height: 80vh; - overflow-y: scroll; - - list-style-position: inside; - padding: 0 20px; - text-align: center; - text-indent: -12px; -} - -.User-checkin-list > li { - margin-bottom: 20px; -} - - -.Checkin { - padding-top: 10px; - border-bottom: 1px solid #e6ecf0; -} - -.Checkin:last-child { - border-bottom: none; -} - -.Img-flex { - margin: 5px 10px 10px 0; - gap: 20px; - display: flex; - justify-content: space-between; - align-items: center; -} - -.Img-btn { - background-color: #424242; - border-radius: 50%; - margin-right: 10px; -} - -.Img-btn:hover { - box-shadow: 3px 3px #333333; - cursor: pointer; -} - -.Clickable-name { - cursor: pointer; - text-decoration: underline; - color: lightgreen; -}
\ No newline at end of file |
