-
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: added the total lang analyssi card
- Loading branch information
1 parent
25944d9
commit 0da9151
Showing
6 changed files
with
64 additions
and
19 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
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,4 +1,27 @@ | ||
.langGradientBack{ | ||
border-radius: 30px; | ||
width:610px | ||
} | ||
width: 330px; | ||
} | ||
.totalLangCard{ | ||
height: 250px; | ||
width: 320px; | ||
border-radius: 50px; | ||
justify-content: center; | ||
align-items: center; | ||
text-align: center; | ||
padding: 20px; | ||
border-color: #3B3486; | ||
|
||
} | ||
.totalLangProgressCircle { | ||
color: #864AF9; | ||
margin-top: 5px; | ||
margin-right: 5%; | ||
} | ||
|
||
.totalLangrAnalysisCardTitle { | ||
font-size: 15px; | ||
font-weight: bolder; | ||
margin-top: 0; | ||
color: white; | ||
} |
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