-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #133 from Morphclue/feat/poll-views
Poll View: Event List
- Loading branch information
Showing
16 changed files
with
478 additions
and
353 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
apps/frontend/src/app/poll/choose-events/choose-events.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,3 @@ | ||
.table-responsive td, .table-responsive th { | ||
min-width: 100px; | ||
} | ||
|
||
.form-check-hidden { | ||
appearance: none; | ||
cursor: pointer; | ||
} | ||
|
||
*:not(:hover) > .hover-info { | ||
visibility: hidden; | ||
} | ||
|
||
@media (min-width: 768px) { | ||
th:first-child, th:last-child, | ||
td:first-child, td:last-child { | ||
position: sticky; | ||
backdrop-filter: blur(5px); | ||
} | ||
|
||
th:first-child, td:first-child { | ||
background: linear-gradient(90deg, var(--bs-body-bg), rgba(var(--bs-body-bg), 0.75)); | ||
left: 0; | ||
} | ||
|
||
th:last-child, td:last-child { | ||
background: linear-gradient(90deg, rgba(var(--bs-body-bg), 0.75), var(--bs-body-bg)); | ||
right: 0; | ||
} | ||
} | ||
|
||
h5 { | ||
margin: 0; | ||
} |
Oops, something went wrong.