enchoice-fabric-react-lib
Version:
This project was created to integrate Microsoft Fabric React
17 lines (16 loc) • 345 B
CSS
.menu-icon-preview {
font-size: 128px;
color: #444;
margin: 0;
position: absolute;
top: 111px;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.menu-icon-preview-col {
text-align: center;
border: 1px dashed #bbb;
height: 142px;
padding: 5px;
}