gues type from id, classe added to dots on connecction mode (remians nested dots and text mode)
This commit is contained in:
+18
-18
@@ -280,7 +280,7 @@ main#content.mode-connections{
|
||||
}
|
||||
}
|
||||
.dot{
|
||||
|
||||
margin:0 0 0 $margin_left;
|
||||
position: relative;
|
||||
// overflow-x: visible;
|
||||
// overflow-y: auto;
|
||||
@@ -288,23 +288,23 @@ main#content.mode-connections{
|
||||
// transform: translate3d(0,0,0);
|
||||
// transition: transform 0.2s ease-in-out;
|
||||
width: $dot_w;
|
||||
>span.id{
|
||||
display: inline-block;
|
||||
// position: absolute;
|
||||
// left:-3.5em;
|
||||
width: $margin_left - ($bullet_w/2); text-align: right;
|
||||
opacity:0;
|
||||
// transform: translate3d(0, 0, 0);
|
||||
// transition: transform 0.2s ease-in-out,opacity 0.4s ease-in-out;
|
||||
transition: opacity 0.4s ease-in-out;
|
||||
}
|
||||
>span.bullet{
|
||||
display: inline-block;
|
||||
width:$bullet_w; text-align: center;
|
||||
vertical-align: top;
|
||||
font-size: 15px;
|
||||
font-kerning: none;
|
||||
}
|
||||
// >span.id{
|
||||
// display: inline-block;
|
||||
// // position: absolute;
|
||||
// // left:-3.5em;
|
||||
// width: $margin_left - ($bullet_w/2); text-align: right;
|
||||
// opacity:0;
|
||||
// // transform: translate3d(0, 0, 0);
|
||||
// // transition: transform 0.2s ease-in-out,opacity 0.4s ease-in-out;
|
||||
// transition: opacity 0.4s ease-in-out;
|
||||
// }
|
||||
// >span.bullet{
|
||||
// display: inline-block;
|
||||
// width:$bullet_w; text-align: center;
|
||||
// vertical-align: top;
|
||||
// font-size: 15px;
|
||||
// font-kerning: none;
|
||||
// }
|
||||
>p.summary{
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
|
||||
Reference in New Issue
Block a user