2015-08-18 16:34:11 +00:00
|
|
|
.admin {
|
|
|
|
padding-top: 15px;
|
2015-08-20 12:18:49 +00:00
|
|
|
padding-bottom: @footer-margin * 2;
|
2015-08-18 16:34:11 +00: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 19:45:03 +00:00
|
|
|
.ui.header,
|
|
|
|
.ui.segment {
|
|
|
|
box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
|
|
|
|
}
|
2015-08-18 16:34:11 +00:00
|
|
|
}
|