mirror of https://github.com/sunface/rust-course
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
416 B
22 lines
416 B
|
|
.app{
|
|
width: 100vw;
|
|
height: 100vh;
|
|
background: #f3f6f9;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
.rectangle{
|
|
width: 360px;
|
|
background-color: #ffffff;
|
|
box-shadow: 0px 2px 4px 0px
|
|
#d0d0d0;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
}
|
|
:global {
|
|
.ant-form-item{
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
} |