-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
668aae3
commit deead26
Showing
26 changed files
with
406 additions
and
387 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
.FormActions { | ||
display: grid; | ||
grid-template-columns: 8fr 4fr; | ||
align-items: center; | ||
display: flex; | ||
gap: var(--gap-sm); | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.FormControl { | ||
display: flex; | ||
align-items: center; | ||
} | ||
|
||
.MenuItem { | ||
text-align: left; | ||
max-width: 240px; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"Goal's title": "Goal title", | ||
"And its description": "Goal description", | ||
"Assign": "Assign", | ||
"Enter name or email": "Name/Email", | ||
"Enter project": "Project", | ||
"State": "State", | ||
"Enter tag title": "Enter tag title", | ||
"Priority": "Priority" | ||
"Personal goal": "", | ||
"Project goal": "" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
{ | ||
"Assign": "Ответственный", | ||
"Enter name or email": "Имя/Почта", | ||
"Enter project": "Проект", | ||
"State": "Статус", | ||
"Enter tag title": "Название тэга", | ||
"Goal's title": "Название цели", | ||
"And its description": "Описание цели", | ||
"Priority": "Приоритет" | ||
"Personal goal": "Личная цель", | ||
"Project goal": "Проектная цель" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.