Skip to content

Commit

Permalink
removed too many styles :)
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikskog committed Aug 31, 2024
1 parent 7517489 commit 5cc9bed
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/events/components/Registrations/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,29 @@
}
}

.small > span {
margin-right: @colorIndicatorSize / 2;
}

@media (max-width: @owTabletBreakpoint) {
.registrationContainer {
flex-direction: column;
}
}

.eventColumn {
display: flex;
flex-direction: column;

> a {
&:not(:last-child) {
border-bottom: 1px solid @lightGray;
}
&:hover {
outline: 1px solid @blue;
}
}
}

.small {
display: grid;
Expand Down

0 comments on commit 5cc9bed

Please sign in to comment.