1
1
mirror of https://github.com/go-gitea/gitea synced 2024-07-06 18:15:48 +00:00
gitea/public/less/_user.less

12 lines
148 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 {
2015-08-18 19:40:23 +00:00
.item.ui.grid {
margin-top: 15px;
2015-08-18 19:36:16 +00:00
}
}
}
}