This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-04-12 16:01:59 +02:00
|
|
|
.no-list {
|
|
|
|
list-style: none;
|
|
|
|
|
|
|
|
li {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0 5px;
|
|
|
|
}
|
|
|
|
}
|
2017-04-15 13:26:03 +02:00
|
|
|
|
|
|
|
.recovery-codes {
|
|
|
|
column-count: 2;
|
|
|
|
height: 100px;
|
|
|
|
li {
|
|
|
|
list-style: decimal;
|
|
|
|
margin-left: 20px;
|
|
|
|
}
|
|
|
|
}
|