-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: redesign modals, login and profile btn, add btn colors variants
- Loading branch information
Showing
16 changed files
with
101 additions
and
95 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
{ | ||
"": "", | ||
"Age": "", | ||
"Avatar": "", | ||
"City": "", | ||
"Edit": "", | ||
"Error": "", | ||
"Error with getting profile data": "", | ||
"Error with profile ": "", | ||
"Incorrect age": "", | ||
"Incorrect country": "", | ||
"Incorrect user data": "", | ||
"Lastname": "", | ||
"Name": "", | ||
"No data": "", | ||
"Profile": "", | ||
"Server error": "", | ||
"Try to reload page": "", | ||
"Username": "", | ||
"Username>": "", | ||
"Your age": "", | ||
"Your avatar": "", | ||
"Your city": "", | ||
"Your lastname": "", | ||
"Your name": "", | ||
"Your surname": "", | ||
"Your username": "", | ||
"Попробуйте обновить страницу": "", | ||
"Произошла ошибка при загрузке профиля": "" | ||
"": "", | ||
"Age": "", | ||
"Avatar": "", | ||
"City": "", | ||
"Edit": "", | ||
"Error": "", | ||
"Error with getting profile data": "", | ||
"Error with profile ": "", | ||
"Incorrect age": "", | ||
"Incorrect country": "", | ||
"Incorrect user data": "", | ||
"Lastname": "", | ||
"Name": "", | ||
"No data": "", | ||
"Profile": "", | ||
"Server error": "", | ||
"Try to reload page": "", | ||
"Username": "", | ||
"Username>": "", | ||
"Your age": "", | ||
"Your avatar": "", | ||
"Your city": "", | ||
"Your lastname": "", | ||
"Your name": "", | ||
"Your surname": "", | ||
"Your username": "", | ||
"Попробуйте обновить страницу": "", | ||
"Произошла ошибка при загрузке профиля": "" | ||
} |
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
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
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
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 |
---|---|---|
|
@@ -22,6 +22,10 @@ | |
border-radius: 12px; | ||
} | ||
|
||
.partial { | ||
border-radius: 20px; | ||
} | ||
|
||
.round { | ||
border-radius: 40px; | ||
} | ||
|
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