1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-16 15:04:19 -04:00
gitea/public/less/_user.less

12 lines
148 B
Plaintext
Raw Normal View History

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