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 justify-content: space-between; 19 flex-wrap: wrap; 20 gap: 3em; 21 22 fieldset { 23 height: 100%; 24 } 25 } 26 } 27} 28 29.plugin_twofactor_admin { 30 .pagination { 31 text-align: center; 32 } 33} 34