skyline/src/components/Cards/EmptyTable/index.less
Hanxiang Gao 4eb68e7fb2 feat: Add initial code of skyline-console
Add initial code of skyline-console

Change-Id: Icba2152a014761f53789357b5085d0779cd0e2a4
2021-06-01 23:29:30 +08:00

18 lines
277 B
Plaintext

@import '~styles/variables';
.wrapper {
padding: 38px 72px;
border-radius: @border-radius;
background-color: #ffffff;
box-shadow: @base-shadow;
img {
margin-right: 70px;
}
}
.desc {
max-width: 580px;
margin-bottom: 20px;
font-family: @font-family-id;
}