Skip to content

Commit

Permalink
Merge pull request #16649 from dav1312/round-training-1
Browse files Browse the repository at this point in the history
Clearer advice-summary
  • Loading branch information
ornicar authored Dec 25, 2024
2 parents 8c1c49f + 890ff80 commit 50a387f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion ui/analyse/css/_round-training.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@
line-height: 1.15em;
margin-top: 1em;

@include mq-at-least-col2 {
&__side + &__side {
border-top: $border;
padding-top: 0.5em;
margin-top: 0.5em;
}
}

&__player {
font-weight: bold;
}

&__error {
text-transform: capitalize;
}

&__side > div {
display: flex;
i,
Expand Down Expand Up @@ -61,7 +77,6 @@
justify-content: center;
padding-bottom: $analyse-block-gap;
border-bottom: $border;
margin: 0;

&__side {
flex: 0 0 calc(50% - #{$analyse-block-gap});
Expand Down

0 comments on commit 50a387f

Please sign in to comment.