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

28 lines
368 B
Plaintext
Raw Normal View History

2015-08-18 12:34:11 -04:00
.admin {
padding-top: 15px;
2015-08-20 08:18:49 -04:00
padding-bottom: @footer-margin * 2;
2015-08-18 12:34:11 -04:00
.table.segment {
padding: 0;
font-size: 13px;
th {
padding-top: 5px;
padding-bottom: 5px;
}
th, td {
&:first-child {
padding-left: 15px;
}
}
}
2015-09-10 15:45:03 -04:00
.ui.header,
.ui.segment {
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
}
2015-09-11 20:49:28 -04:00
&.user {
.email {
max-width: 200px;
}
}
2015-08-18 12:34:11 -04:00
}