2015-08-18 19:34:11 +03:00
.admin {
2020-12-16 21:22:21 +03:00
&.hooks .list {
> .item {
&:not(:first-child) {
border-top: 1px solid var(--color-secondary);
padding: 1rem;
margin: 15px -1rem -1rem;
}
}
}
2020-08-25 22:48:53 +03:00
.table.segment {
padding: 0;
font-size: 13px;
2015-12-05 09:09:14 +03:00
2020-08-25 22:48:53 +03:00
&:not(.striped) {
thead {
th:last-child {
padding-right: 5px !important;
2017-12-02 22:48:43 +03:00
}
2020-08-25 22:48:53 +03:00
}
}
2015-12-05 09:09:14 +03:00
2020-08-25 22:48:53 +03:00
th {
padding-top: 5px;
padding-bottom: 5px;
}
2020-02-26 01:54:13 +03:00
2020-08-25 22:48:53 +03:00
&:not(.select) {
th,
td {
&:first-of-type {
padding-left: 15px !important;
2020-02-26 01:54:13 +03:00
}
2020-08-25 22:48:53 +03:00
}
2017-12-02 22:48:43 +03:00
}
2019-05-13 09:26:32 +03:00
2020-08-25 22:48:53 +03:00
form tbody button[type='submit'] {
padding: 5px 8px;
2017-12-02 22:48:43 +03:00
}
2020-09-25 07:09:23 +03:00
}
.settings .button.adopt,
.settings .button.delete {
margin-top: -15px;
margin-bottom: -15px;
.label {
vertical-align: middle;
}
2020-08-25 22:48:53 +03:00
}
2015-09-12 03:49:28 +03:00
2020-08-25 22:48:53 +03:00
&.user {
.email {
max-width: 200px;
}
}
2015-11-18 22:12:10 +03:00
2020-08-25 22:48:53 +03:00
dl.admin-dl-horizontal {
padding: 20px;
margin: 0;
2019-05-13 09:26:32 +03:00
2020-08-25 22:48:53 +03:00
dd {
margin-left: 275px;
2017-12-02 22:48:43 +03:00
}
2016-02-25 07:59:17 +03:00
2020-08-25 22:48:53 +03:00
dt {
2020-12-05 14:00:36 +03:00
font-weight: 600;
2020-08-25 22:48:53 +03:00
float: left;
width: 285px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
2017-12-02 22:48:43 +03:00
}
2020-08-25 22:48:53 +03:00
}
2019-05-14 19:02:59 +03:00
2020-08-25 22:48:53 +03:00
&.config {
#test-mail-btn {
margin-left: 5px;
2019-05-14 19:02:59 +03:00
}
2020-08-25 22:48:53 +03:00
}
2020-06-02 23:24:18 +03:00
2020-08-25 22:48:53 +03:00
code,
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
#notice-table {
.notice-description {
2020-11-17 08:33:19 +03:00
@media @mediaSm {
2020-08-25 22:48:53 +03:00
max-width: 80vw;
}
2020-11-17 08:33:19 +03:00
@media @mediaMd {
2020-08-25 22:48:53 +03:00
max-width: 360px;
}
2020-11-17 08:33:19 +03:00
@media @mediaLg {
2020-08-25 22:48:53 +03:00
max-width: 510px;
}
2020-11-17 08:33:19 +03:00
@media @mediaXl {
2020-08-25 22:48:53 +03:00
max-width: 640px;
}
2020-06-02 23:24:18 +03:00
}
2020-08-25 22:48:53 +03:00
}
2015-10-14 02:05:32 +03:00
}