@dromney/react-gear-gen
Version:
A library for displaying gears in react
26 lines (24 loc) • 501 B
CSS
.gear-example-main {
display: flex;
flex: 1 1 0%;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 1rem;
background-color: #a3a3a3;
}
.gear-example-download-buttons {
position: absolute;
top: 10px;
right: 10px;
display: flex;
flex-direction: column;
gap: 0.25rem;
padding: 0.5rem;
align-items: center;
}
.gear-example-download-button {
width: 10rem;
border-radius: 9999px;
background-color: #d1d5db;
}