Skip to content

Commit

Permalink
broadcast source credit css
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 30, 2024
1 parent 7a4e9ba commit a95eaa6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ui/analyse/css/study/relay/_tour.scss
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,12 @@ $hover-bg: $m-primary_bg--mix-30;
&__source {
@extend %box-margin-horiz;
font-style: italic;
@media (max-width: at-most($x-large)) {
display: none;
}
&:last-child {
margin-bottom: 3em;
}
}
&__share {
@extend %box-neat, %box-margin-horiz;
Expand Down

0 comments on commit a95eaa6

Please sign in to comment.