forked from community/device-mgt-core
parent
14db806fb0
commit
753a347848
@ -1,37 +1,28 @@
|
|||||||
.App {
|
.ant-upload.ant-upload-drag {
|
||||||
text-align: center;
|
height: 170px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-logo {
|
.release .release-icon{
|
||||||
animation: App-logo-spin infinite 20s linear;
|
margin-right: 15px;
|
||||||
height: 40vmin;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-header {
|
.release .release-icon img{
|
||||||
background-color: #282c34;
|
width: 100%;
|
||||||
min-height: 100vh;
|
border-radius: 100%;
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
|
||||||
font-size: calc(10px + 2vmin);
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
.release .release-screenshot img{
|
||||||
.App-link {
|
width: 100%;
|
||||||
color: #61dafb;
|
border-radius: 15px;
|
||||||
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes App-logo-spin {
|
.logo {
|
||||||
from {
|
width: 120px;
|
||||||
transform: rotate(0deg);
|
height: 31px;
|
||||||
}
|
margin: 16px 0 16px 20px;
|
||||||
to {
|
float: left;
|
||||||
transform: rotate(360deg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-upload.ant-upload-drag {
|
.logo img{
|
||||||
height: 170px;
|
height: 35px;
|
||||||
}
|
}
|
Loading…
Reference in new issue