mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Added panel close btn
This commit is contained in:
parent
e0fe90b3c8
commit
82207f82be
@ -1536,6 +1536,30 @@ form.member-profile-form {
|
|||||||
* Panels
|
* 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 {
|
||||||
|
|
||||||
.cms-panel-toggle {
|
.cms-panel-toggle {
|
||||||
|
Loading…
Reference in New Issue
Block a user