discourse-chat-integration/assets/stylesheets/chat-integration.scss

123 lines
1.8 KiB
SCSS
Raw Permalink Normal View History

2017-10-03 05:42:07 -04:00
#admin-plugin-chat {
table {
margin-top: 0;
2017-10-03 05:42:07 -04:00
td:last-child {
white-space: nowrap;
2017-10-03 05:42:07 -04:00
}
td:not(:last-child) {
width: 30%;
}
}
div.table-footer {
margin-top: 10px;
2017-10-03 05:42:07 -04:00
}
div.error {
font-size: 1.1em;
font-weight: bold;
2017-10-03 05:42:07 -04:00
max-width: 100%;
margin-top: 10px;
margin-bottom: 10px;
background-color: var(--danger-low);
padding: 15px;
}
2017-10-03 05:42:07 -04:00
div.channel-details {
margin-top: 20px;
border: 1px solid var(--primary-low);
2017-10-03 05:42:07 -04:00
div.channel-header {
background: var(--primary-low);
2017-10-03 05:42:07 -04:00
padding: 10px;
overflow: auto;
2017-10-03 05:42:07 -04:00
.channel-title {
font-size: 1.3em;
2017-10-03 05:42:07 -04:00
.field-name {
font-weight: bold;
}
2017-10-03 05:42:07 -04:00
}
}
div.channel-footer {
overflow: auto;
2017-10-03 05:42:07 -04:00
}
}
2022-04-15 11:22:47 -04:00
.chat-integration-settings-button {
margin-right: 10px;
2022-04-15 11:22:47 -04:00
}
}
.admin-controls-chat-providers {
margin-right: auto;
2017-10-03 05:42:07 -04:00
}
#chat-integration-edit-channel-modal,
2017-10-03 05:42:07 -04:00
#chat_integration_test_modal,
#chat-integration-edit-rule_modal {
2017-10-03 05:42:07 -04:00
table {
width: 100%;
2023-01-23 13:30:48 -05:00
tbody {
border-top: none;
}
tr {
border: none;
}
2017-10-03 05:42:07 -04:00
tr.input td {
padding-top: 10px;
2017-10-03 05:42:07 -04:00
&.label {
width: 100px;
2017-10-03 05:42:07 -04:00
label {
margin-bottom: 0px;
font-weight: bold;
}
}
}
tr.chat-instructions label {
color: var(--primary-medium);
2023-01-23 13:30:48 -05:00
font-size: var(--font-down-1);
margin-top: 0.5rem;
2017-10-03 05:42:07 -04:00
}
}
2017-10-03 05:42:07 -04:00
#channel-field {
width: 200px;
margin-bottom: 0px;
box-shadow: none;
}
2017-07-03 17:11:17 -04:00
2017-10-03 05:42:07 -04:00
.tag-chooser {
ul.select2-choices {
border: none;
background: none;
2017-07-31 12:09:21 -04:00
}
2017-07-03 17:11:17 -04:00
2017-10-03 05:42:07 -04:00
margin-bottom: 0px;
margin-top: 0px;
}
.field-name {
font-weight: bold;
}
}
#chat_integration_error_modal {
pre {
max-width: 500px;
max-height: 800px;
overflow: scroll;
background: var(--primary-low);
}
}