9 lines
189 B
SCSS
9 lines
189 B
SCSS
.ticket-reply-well {
|
|
//@include well();
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
.ticket-reply-well.staff {
|
|
background-color: theme-color-bg("info");
|
|
border-color: theme-color-border("info");
|
|
} |