This commit is contained in:
piensaenpixel
2016-02-09 18:04:21 +01:00
parent 961dc2ef1b
commit 3c96d80ae6
4 changed files with 23 additions and 29 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -106,9 +106,9 @@ Description
.CDB-Shape-threePoints {
display: inline-block;
&.is-horizontal {
transform: rotate(90deg);
}
}
.CDB-Shape-threePoints.is-horizontal {
transform: rotate(90deg);
}
.CDB-Shape-threePointsItem {
@@ -116,42 +116,36 @@ Description
height: 2px;
margin-bottom: 5px;
background: $cMainDark;
&.is-round {
border-radius: 50%;
}
&:last-child {
margin-bottom: 0;
}
}
.CDB-Shape-threePointsItem.is-round {
border-radius: 50%;
}
.CDB-Shape-threePointsItem:last-child {
margin-bottom: 0;
}
.CDB-Shape-threePoints.is-small {
padding-top: 2px;
.CDB-Shape-threePointsItem {
width: 2px;
height: 2px;
margin-bottom: 3px;
}
}
.CDB-Shape-threePoints.is-small .CDB-Shape-threePointsItem {
width: 2px;
height: 2px;
margin-bottom: 3px;
}
.CDB-Shape-threePoints.is-medium {
padding-top: 2px;
.CDB-Shape-threePointsItem {
width: 4px;
height: 4px;
margin-bottom: 3px;
}
}
.CDB-Shape-threePoints.is-medium .CDB-Shape-threePointsItem {
width: 4px;
height: 4px;
margin-bottom: 3px;
}
.CDB-Shape-threePoints.is-blue {
.CDB-Shape-threePointsItem {
background: $cBlue;
}
.CDB-Shape-threePoints.is-blue .CDB-Shape-threePointsItem {
background: $cBlue;
}
.CDB-Shape-threePoints.is-white {
.CDB-Shape-threePointsItem {
background: $cWhite;
}
.CDB-Shape-threePoints.is-white .CDB-Shape-threePointsItem {
background: $cWhite;
}