Skip to content

Commit

Permalink
Мелкие правки визуала
Browse files Browse the repository at this point in the history
  • Loading branch information
vklachkov committed Sep 25, 2024
1 parent 45f160b commit 4a888c8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 10 deletions.
9 changes: 2 additions & 7 deletions frontend/src/app/components/answers/answers.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,12 @@
background-color: var(--white);
padding: 1em;
white-space: pre-wrap;

&-title {
line-height: 1.45;
}

&-text {
margin-bottom: 0;

font-size: 1.25em;
line-height: 1.45;

font-size: 110%;

&.empty-answer {
color: var(--red);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
<h3 class="participant__title">{{ participant.info.name }} "{{ participant.code }}"</h3>

<p nz-typograpy class="participant__text">
{{ participant.info.edu_org }}, {{ participant.info.city }}, {{ participant.info.district }}
г. {{ participant.info.city }},
{{ participant.info.edu_org }},
{{ participant.info.responsible_adult_name }}
</p>


Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
.participant {
display: block;
padding: .5em .8em;
padding: 1em;

text-decoration: none;
border: 1px solid var(--light-gray);
background-color: var(--white);

&__title {
margin-bottom: 0em;
}

&__text {
color: black;
margin-bottom: 0.25em;
}

&__status {
font-size: small;
margin-bottom: 0;
margin: 0;

&.in-team {
color: var(--in-team-color);
Expand Down

0 comments on commit 4a888c8

Please sign in to comment.