Oscar Plaisant aa751faf29 update
2024-03-28 23:43:36 +01: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;
}