mirror of https://github.com/Squidex/squidex.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
397 B
26 lines
397 B
@import '_vars';
|
|
@import '_mixins';
|
|
|
|
.comments {
|
|
&-list {
|
|
@include flex-grow(1);
|
|
overflow-y: auto;
|
|
overflow-x: hidden;
|
|
padding: 1rem;
|
|
padding-left: 1.5rem;
|
|
}
|
|
|
|
&-footer {
|
|
@include flex-shrink(0);
|
|
border-top: 1px solid $color-border;
|
|
}
|
|
}
|
|
|
|
|
|
.form-control {
|
|
border: 0;
|
|
|
|
&:focus {
|
|
@include box-shadow-none;
|
|
}
|
|
}
|