Headless CMS and Content Managment Hub
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
553 B

:host ::ng-deep {
.mention-menu {
border-color: $color-border !important;
}
.mention-active > a {
background: $color-theme-brand !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;
border-radius: 0;
&:focus {
box-shadow: none;
}
}