xref: /plugin/twofactor/style.less (revision bbe22a6a87dd9db724f864d111d35d715e39a4e1)
1.plugin_twofactor_profile {
2
3    section {
4        margin-top: 1em;
5    }
6
7    section.state {
8        background-color: @ini_background_neu;
9        color: @ini_text_neu;
10        padding: 1em;
11        margin: 1em;
12    }
13
14    section.providers {
15
16        > div {
17            display: flex;
18        }
19    }
20}
21
22.plugin_twofactor_admin {
23    .pagination {
24        text-align: center;
25    }
26}
27