view templates/default/static/styles_extra.css @ 22:5fd933e238bb

massive refactoring from camelCase -> snake_case. See backend commit log for more details
author Goffi <goffi@goffi.org>
date Mon, 22 May 2023 09:11:54 +0200
parents dc880664a8ec
children
line wrap: on
line source

.screenshot_web, .screenshot_mobile {
    border: 2px solid #ddd;
    border-radius: 0.25em;
}

.list_icon {
    flex: none;
    width: 2.5rem;
}

.is-underline {
    text-decoration: underline;
}

.is-full-width {
    width: 100%;
}