xref: /plugin/twofactor/style.less (revision 1c8522cb9ed54182407ffb118486195e8b313a82)
1.dokuwiki .plugin_twofactor_profile {
2
3    form {
4        margin-top: 1em;
5        display: block;
6
7        label {
8            display: block;
9        }
10
11        .buttons {
12            margin-top: 1em;
13            display: flex;
14            justify-content: space-around;
15        }
16    }
17
18    section {
19    }
20
21    section.state {
22        background-color: @ini_background_neu;
23        color: @ini_text_neu;
24        padding: 1em;
25        margin: 1em;
26    }
27
28}
29
30.plugin_twofactor_admin {
31    .pagination {
32        text-align: center;
33    }
34}
35