Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

28 lines
339 B

@import 'mixins';
@import 'vars';
h3 {
@include truncate;
}
.row {
flex-wrap: nowrap;
}
.col {
overflow: hidden;
}
.team-header {
border-bottom: 1px solid $color-border;
}
.link {
font-size: $font-small;
font-weight: normal;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}