update to laptop

This commit is contained in:
silas
2018-07-06 12:17:33 +02:00
parent e2cf7e0a34
commit f04c9ec9b7
7 changed files with 218 additions and 141 deletions

View File

@@ -100,9 +100,32 @@ $rotationDegrees: (90 180 270 360);
&.segment-parent {
border: solid 1px #a9a9a9;
border-radius: 3px;
.segment {
width: 50%;
> .child-container{
> .segment {
width: 50%;
}
}
.segment {
//width: 50%;
//height: 50%;
}
}
&.segment-triangle {
//display: inline-block;
//width: 100%;
//animation: none !important;
//&.type-1 {
// > .child-container {
// > .segment-parent:first-child {
// //width: 100%;
// }
// > .segment-parent:not(:first-child) {
// //width: 50%;
// }
// }
//}
}
}