summaryrefslogtreecommitdiff
path: root/addons/web/static/src/scss/translation_dialog.scss
blob: 477f9371454005ecd011ce7c9710b2e54e1b1209 (plain)
1
2
3
4
5
6
7
8
9
10
// translation dialog
.o_translation_dialog {
    .o_language_current {
        font-weight: bold;
    }

    .row {
        margin-bottom: 9px;
    }
}