0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-08-26 03:55:26 +02:00
gitea/public/less/_user.less

12 lines
148 B
Text
Raw Normal View History

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