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.
34 lines
531 B
34 lines
531 B
:host ::ng-deep {
|
|
.mention-menu {
|
|
border-color: $color-border !important;
|
|
}
|
|
|
|
.mention-active > a {
|
|
background: $color-theme-blue !important;
|
|
}
|
|
}
|
|
|
|
.comments {
|
|
&-list {
|
|
flex-grow: 1;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
padding: 1rem;
|
|
padding-left: 1.5rem;
|
|
}
|
|
|
|
&-footer {
|
|
border: 0;
|
|
border-top: 1px solid $color-border;
|
|
flex-shrink: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.form-control {
|
|
border: 0;
|
|
|
|
&:focus {
|
|
box-shadow: none;
|
|
}
|
|
}
|