kinklist/gear/gear.css
2025-12-15 21:21:23 +01:00

35 lines
520 B
CSS

/* Gear-page specific CSS */
.gl-item {
list-style-type: none;
list-style-position: unset;
margin: 0.25rem;
padding: 0.25rem;
border: solid 2px #7dc4e4;
}
.gl-item-list {
padding: 0rem;
}
.gl-item-name {
padding: 0.25rem;
margin: 0;
font-size: 18pt;
font-style: bold;
}
.gl-item-desc {
padding: 0.25rem;
margin: 0;
font-size: 16pt;
font-style: normal;
}
.gl-divider {
color: #c6a0f6;
width: calc(100% - 0.5rem);
size: 2px;
margin: 0.25rem;
}