xref: /plugin/twofactor/style.less (revision 0407d282732a2780462cf413ae56f6dff96de6dd)
1.dokuwiki .plugin_twofactor_profile,
2.dokuwiki .plugin_twofactor_login {
3    form {
4        margin-top: 1em;
5        display: block;
6        clear: both;
7
8        label {
9            display: block;
10            margin-bottom: 0.5em;
11        }
12
13        fieldset {
14            margin-bottom: 1em;
15        }
16
17        .buttons {
18            margin-top: 1em;
19            display: flex;
20            justify-content: space-around;
21        }
22    }
23}
24
25.plugin_twofactor_login {
26    svg {
27        width: 8rem;
28        height: 8rem;
29        fill: @ini_border;
30        float: right;
31    }
32}
33
34.plugin_twofactor_profile {
35    section.state {
36        background-color: @ini_background_neu;
37        color: @ini_text_neu;
38        padding: 1em;
39        margin: 1em;
40    }
41
42}
43
44.plugin_twofactor_admin {
45    .pagination {
46        text-align: center;
47    }
48}
49