mirror of
https://github.com/gabrielkheisa/gemini-resume-checker.git
synced 2025-02-23 09:24:13 +07:00
20 lines
335 B
CSS
20 lines
335 B
CSS
|
.loading-spinner {
|
||
|
display: none;
|
||
|
text-align: center;
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
.score-container {
|
||
|
display: flex;
|
||
|
align-items: center;
|
||
|
gap: 10px;
|
||
|
margin-top: 20px;
|
||
|
}
|
||
|
.score-container canvas {
|
||
|
width: 80px !important;
|
||
|
height: 80px !important;
|
||
|
}
|
||
|
.score-text {
|
||
|
font-size: 1.2rem;
|
||
|
font-weight: bold;
|
||
|
}
|