2025-06-26 20:12:55 +08:00

15 lines
291 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: 190px;
height: 128px;
color: rgba(255, 255, 255, 0.75);
}