curriculum-vitae/frontend/src/lib/css/sidebar-component.css

35 lines
No EOL
631 B
CSS

.sc-container {
width: 100%;
height: auto;
margin-top: 1rem;
margin-bottom: 4rem;
}
.sc-icon {
display: flex;
justify-content: center;
align-items: center;
margin-bottom: 0.5rem;
color: var(--color-background);
filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.15));
}
.text {
font-family: 'Gabarito', sans-serif;
color: var(--color-background);
text-align: center;
margin: 0;
padding: 0;
}
.sc-title {
font-weight: 600;
font-size: 2.5rem;
margin-bottom: 0.5rem;
}
.sc-description {
font-weight: 500;
font-size: 1.5rem;
margin-bottom: 0.25rem;
}