fix nesting

This commit is contained in:
piensaenpixel 2016-02-09 18:19:06 +01:00
parent 3c96d80ae6
commit 25ea770c26
4 changed files with 8 additions and 7 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -49,14 +49,15 @@ Description
width: 16px;
height: 16px;
text-align: center;
&.is-medium {
width: 24px;
height: 24px;
}
&:hover {
cursor: pointer;
}
}
.CDB-Shape .is-medium {
width: 24px;
height: 24px;
}
.CDB-Shape:hover {
cursor: pointer;
}
.CDB-Shape-add {
position: relative;