Added panel close btn

This commit is contained in:
Paul Clarke 2016-04-05 11:56:40 +12:00 committed by Ingo Schommer
parent e0fe90b3c8
commit 82207f82be

View File

@ -1536,6 +1536,30 @@ form.member-profile-form {
* Panels
* -------------------------------------------- */
/* Panel close */
.cms {
.btn--close {
float: right;
margin: 0;
padding: 5px;
right: 6px;
position: absolute;
&:hover {
text-decoration: none;
}
&[class*="font-icon-"]::before {
font-size: 20px;
color: $body-color-light;
}
}
.btn-toolbar {
margin-top: 20px;
margin-bottom: 20px;
}
}
.cms-panel {
.cms-panel-toggle {