Skip to content
Snippets Groups Projects
Commit b5033667 authored by Olivia206's avatar Olivia206
Browse files

list persons for program

parent b0b12c90
No related branches found
No related tags found
No related merge requests found
......@@ -136,14 +136,35 @@ ol.programs
@include list-reset
> li
border-bottom: 1px solid $color-border
justify-content: flex-start
position: relative
padding-bottom: $spacing0
padding-top: $spacing0
@include grid(2)
@include media-breakpoint-up(md)
@include grid(2)
align-items: center
@include icon("arrow-right", "after", px2rem(14), true)
color: inherit
position: absolute
right: 0
@include media-breakpoint-down(md)
top: $spacing1
a
color: inherit
text-decoration: none
@include stretched-link(before)
@include media-breakpoint-down(md)
margin-right: $spacing1
p
align-self: center
margin-top: unset
@include small
&:hover
color: $color-accent
&:first-child
border-top: 1px solid $color-border
a
text-decoration: none
p
@include small
align-self: center
\ No newline at end of file
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment