2017-07-03 17:11:17 -04:00
|
|
|
#admin-plugin-chat{
|
|
|
|
|
|
|
|
table{
|
|
|
|
td:last-child{
|
|
|
|
white-space:nowrap;
|
|
|
|
}
|
|
|
|
td:not(:last-child){
|
|
|
|
width: 25%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
div.table-footer{
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-07-04 14:37:56 -04:00
|
|
|
div.error {
|
|
|
|
font-size: 1.1em;
|
|
|
|
font-weight:bold;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-top: 10px;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
background-color: dark-light-diff($quaternary, $secondary, 70%, -70%);
|
|
|
|
padding: 15px;
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2017-07-03 17:11:17 -04:00
|
|
|
}
|
|
|
|
|
2017-07-04 18:35:45 -04:00
|
|
|
#chat_integration_edit_rule_modal, #chat_integration_test_modal{
|
2017-07-03 17:11:17 -04:00
|
|
|
table{
|
|
|
|
width:100%;
|
|
|
|
|
|
|
|
tr.input td{
|
|
|
|
padding-top: 10px;
|
|
|
|
|
|
|
|
&.label{
|
|
|
|
width: 100px;
|
|
|
|
label{
|
|
|
|
margin-bottom: 0px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.instructions label{
|
|
|
|
color: dark-light-choose(scale-color($primary, $lightness: 50%), scale-color($secondary, $lightness: 50%));
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2017-07-04 18:35:45 -04:00
|
|
|
#channel-field{
|
2017-07-03 17:11:17 -04:00
|
|
|
width: 200px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
.tag-chooser{
|
|
|
|
ul.select2-choices{
|
|
|
|
border: none;
|
|
|
|
background:none;
|
|
|
|
}
|
|
|
|
margin-bottom: 0px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
}
|