forked from 77media/video-flow
15 lines
291 B
CSS
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);
|
|
} |