/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* ActionText removed - using TipTap now */

html {
    font-size: 14px;
}

.navbar {
    padding: 1.5rem 2rem;
}

.nav-item {
    padding: 0 10px;
}

.overdue {
    color: red;
}

.field {
    margin-top: 25px;
    margin-bottom: 25px;
}

.actions {
    margin-top: 40px;
}

.datum {
    max-width: 100px;
}

.description {
    max-width: 300px;
}

.logged-in {
    margin-right: 1rem;
}

.inactive {
    background: gainsboro;
    color: whitesmoke;
}
