16 lines
290 B
CSS

.add-project-btn .btn-text {
font-weight: 600;
}
.add-project-btn {
display: flex;
align-items: center;
justify-content: center;
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem;
width: 8rem;
height: 7rem;
color: rgba(255, 255, 255, 0.75);
}