system-copyright-react/src/route/proj/proj-new.css

22 lines
363 B
CSS
Raw Normal View History

2024-03-14 18:33:58 +08:00
.proj-new {
2024-03-15 18:18:29 +08:00
min-height: 100%;
2024-03-14 18:33:58 +08:00
background-color: var(--color-light);
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.proj-new .proj-title {
margin-bottom: 25px;
font-size: 30px;
}
.proj-new .proj-form {
}
.proj-new .proj-form .btn-group {
display: flex;
justify-content: center;
}