bench-forgejo/public/less/_user.less

12 lines
148 B
Plaintext
Raw Normal View History

.user {
padding-top: 15px;
padding-bottom: @footer-margin * 3;
2015-08-19 01:06:16 +05:30
&.settings {
.key.list {
2015-08-19 01:10:23 +05:30
.item.ui.grid {
margin-top: 15px;
2015-08-19 01:06:16 +05:30
}
}
}
}