This repository has been archived on 2023-02-01. You can view files and clone it, but cannot push or open issues or pull requests.
gitea/public/less/_user.less

12 lines
149 B
Plaintext
Raw Normal View History

.user {
padding-top: 15px;
padding-bottom: @footer-margin * 3;
2015-08-18 19:36:16 +00:00
&.settings {
.key.list {
.desc.item {
padding-bottom: 30px;
}
}
}
}