forgejo/public/less/_user.less

12 lines
148 B
Plaintext
Raw Normal View History

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