Skip to content

Commit

Permalink
Merge pull request #379 from ya-pomogau/fix/create-task-button
Browse files Browse the repository at this point in the history
#372. Add styles for "Create request" button for recipient.
  • Loading branch information
INextYP authored Aug 21, 2024
2 parents 42b00e5 + e3074e3 commit 65f6cbe
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/entities/task/ui/task-list/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@
grid-template-columns: 155px 1fr;
column-gap: 20px;
width: 100%;
height: 128px;
height: 100px;
align-content: center;
align-items: center;
border-top: 1px solid;
border-bottom: 1px solid;
border-image-source: var(--colors-interface-line);
Expand All @@ -73,6 +74,7 @@

.title_add_list {
color: var(--colors-interface-primary-additional);
font-family: 'Golos', sans-serif;
}

.title_add_empty {
Expand Down

0 comments on commit 65f6cbe

Please sign in to comment.