xref: /plugin/smtp/style.css (revision ee5c02056e482f4a07fb4b075ec45c4dfd3de0e8)
1.plugin_smtp_admin {
2    label {
3        display: flex;
4        gap: 1em;
5        margin-bottom: 1em;
6
7        > span {
8            flex: 1;
9            text-align: right;
10        }
11        > input {
12            flex: 2;
13        }
14    }
15}
16