monospace styling for text-based cron field

This commit is contained in:
Andy Miller
2021-09-13 17:43:19 -06:00
parent 2c7683fd61
commit 6e2884d6ef
3 changed files with 13 additions and 1 deletions

View File

@@ -1512,6 +1512,10 @@ textarea.frontmatter {
display: flex;
align-items: center; }
.cron-selector input {
font-family: "Bitstream Vera Sans Mono", Consolas, Courier, monospace !important;
font-weight: bold !important; }
.cron-install {
margin: 1rem;
padding: 0;

File diff suppressed because one or more lines are too long

View File

@@ -904,6 +904,14 @@ textarea.frontmatter {
align-items: center;
}
.cron-selector {
input {
font-family: $monospace !important;
font-weight: bold !important;
}
}
.cron-install {
margin: 1rem;