mirror of
https://github.com/healthchecks/healthchecks.git
synced 2024-11-21 23:27:57 +00:00
14 lines
224 B
CSS
14 lines
224 B
CSS
/* The below rules are used in Django Admin */
|
|
|
|
.field-code {
|
|
font-family: monospace;
|
|
font-size: 80%;
|
|
}
|
|
|
|
.field-name_tags span {
|
|
color: #555;
|
|
background: #EEE;
|
|
padding: 1px 4px;
|
|
border-radius: 2px;
|
|
}
|