teaser styles is not coming fine after adding less file.
Dear All,
One of my requirement for adding the styles to the teaser is as below. The teaser background color should be blue , as shown in below figure.

For this I have created the hometeaser.less file with the below contents.
/* MCK teaser home */
.cmp-teaser--home {
.cmp-teaser{
.cmp-teaser__title {
background-color: #054C70;
}
.cmp-teaser__description {
font-family: @font-family-serif;
}
}
}
I have added this hometeaser.less file to my teaser.less file , as shown below

Then I have added the policy and style in my editable template , as shown below.

But After that also , background color is not coming , as shown below. Can you please help me on this.
