oscar.plaisant@icloud.com 03ecc4a65b update
2023-10-23 23:30:51 +02:00

15 lines
255 B
CSS

.centerSettingContent {
display: grid;
align-items: center;
justify-content: center;
}
.not-a-button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}