fix styles for dcl cms plugin

This commit is contained in:
Arvind Tiwari 2018-02-24 20:22:27 +05:30
commit 18ef605e53
2 changed files with 12 additions and 10 deletions

View file

@ -29,6 +29,10 @@
background: rgba(90, 116, 175, 0.85);
}
.dcl-cms_page-header .container {
position: relative;
}
#dcl-cms_page-text {
background: #fff;
}
@ -44,4 +48,5 @@
line-height: 40px;
width: 100%;
}
} }
}