Files
Atay-Makhzan/web_src/less/_admin.less
T

107 lines
1.6 KiB
Plaintext
Raw Normal View History

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