1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-08-26 21:54:19 -04:00
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 15:36:16 -04:00
&.settings {
.key.list {
.desc.item {
padding-bottom: 30px;
}
}
}
}