xref: /plugin/twofactor/style.less (revision 2940cae3f256c5e884ea9b9d7b213c47bae3ad8a)
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