mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-03-14 20:32:51 +00:00
15 lines
207 B
CSS
15 lines
207 B
CSS
.theme label {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.theme img {
|
|
border: 1px solid var(--border-color);
|
|
padding: 4px;
|
|
width: 100%;
|
|
}
|
|
|
|
.theme .radio-container {
|
|
margin-top: 12px;
|
|
margin-left: 12px;
|
|
}
|
|
|