1
1
mirror of https://github.com/go-gitea/gitea synced 2025-01-11 18:24:27 +00:00
gitea/public/less/_user.less

12 lines
148 B
Plaintext
Raw Normal View History

.user {
padding-top: 15px;
2015-08-20 20:18:49 +08:00
padding-bottom: @footer-margin * 2;
2015-08-19 03:36:16 +08:00
&.settings {
.key.list {
2015-08-19 03:40:23 +08:00
.item.ui.grid {
margin-top: 15px;
2015-08-19 03:36:16 +08:00
}
}
}
}