/* App-specific tweaks on top of the Webadmin theme. */

/* The theme expects page titles in the topbar; ours sit above the content,
   so align them with the cards and give them breathing room before the
   first card. */
.page-title-box {
    padding: 0;
    margin-bottom: 1.25rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}
