Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Editnotice/styles.css

Template page
.template-editnotice {
    padding: var(--space-lg);
    background-color: var(--color-surface-2);
    border-radius: var(--border-radius-medium);
    display: flex;
    flex-direction: column;
    gap: var(--space-sm);
}

.template-editnotice__title {
    color: var(--color-emphasized);
    font-size: 1.25rem;
    font-weight: bold;
}

.template-editnotice__description {
    font-size: 0.875rem;
}