90 lines
1.6 KiB
CSS
90 lines
1.6 KiB
CSS
.WdePrimitives.AdjectiveElement {
|
|
border: 1px solid #555;
|
|
}
|
|
|
|
#mobile-sunboard {
|
|
flex-direction: column;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
width: 100%;
|
|
height: 100%;
|
|
display: flex;
|
|
}
|
|
|
|
#icons {
|
|
background-color: #99c;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.apps-list {
|
|
flex-wrap: wrap;
|
|
flex: 1 0 0;
|
|
align-content: flex-start;
|
|
align-self: stretch;
|
|
align-items: flex-start;
|
|
gap: 103px 18px;
|
|
padding: 64px 32px;
|
|
display: flex;
|
|
}
|
|
|
|
.app-icon {
|
|
flex-direction: column;
|
|
align-items: center;
|
|
gap: 10px;
|
|
width: 100px;
|
|
height: 100px;
|
|
padding: 4px 8px;
|
|
display: flex;
|
|
}
|
|
|
|
.app-icon .icon {
|
|
background-color: beige;
|
|
width: 64px;
|
|
height: 64px;
|
|
}
|
|
|
|
body {
|
|
zoom: 2;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
user-select: none;
|
|
-khtml-user-select: none;
|
|
touch-action: manipulation;
|
|
background-image: linear-gradient(45deg, silver 25%, #0000 25%), linear-gradient(45deg, #0000 75%, silver 75%), linear-gradient(45deg, #0000 75%, silver 75%), linear-gradient(45deg, silver 25%, #777 25%);
|
|
background-position: 0 0, 0 0, -5px -5px, 5px 5px;
|
|
background-size: 10px 10px;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
position: absolute;
|
|
}
|
|
|
|
#mobile-app-views {
|
|
background: #99c;
|
|
border: 1px solid #000;
|
|
border-radius: 15px;
|
|
position: absolute;
|
|
inset: 16px 16px 128px;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#controls-bar {
|
|
justify-content: center;
|
|
align-self: stretch;
|
|
align-items: center;
|
|
gap: 53px;
|
|
width: 100%;
|
|
height: 100px;
|
|
display: flex;
|
|
position: absolute;
|
|
bottom: 0;
|
|
}
|
|
|
|
.mobile-app-view {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
/*# sourceMappingURL=mobile.css.map */
|