update
This commit is contained in:
@@ -28,7 +28,7 @@ $animationDuration: 0.25s;
|
||||
&.rotating {
|
||||
z-index: 10 !important;
|
||||
overflow: hidden;
|
||||
vertical-align:top;
|
||||
vertical-align: top;
|
||||
|
||||
@for $i from 1 through length($rotationDegrees) {
|
||||
&.rotate-#{nth($rotationDegrees, $i)} {
|
||||
@@ -98,7 +98,7 @@ $animationDuration: 0.25s;
|
||||
white-space: nowrap;
|
||||
transition: none;
|
||||
max-width: 100%;
|
||||
-webkit-tap-highlight-color: rgba(255,255,255,0);
|
||||
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
||||
//width: 100%;
|
||||
|
||||
* {
|
||||
@@ -149,13 +149,16 @@ $animationDuration: 0.25s;
|
||||
border: solid 1px #a9a9a9;
|
||||
border-radius: 3px;
|
||||
padding: 1px;
|
||||
&.layer-2 {
|
||||
border: solid 3px #000000;
|
||||
}
|
||||
}
|
||||
|
||||
&.segment-triangle {
|
||||
> .child-container {
|
||||
> .child-container {
|
||||
> .segment-parent {
|
||||
border: solid 3px #000000;
|
||||
position: relative;
|
||||
//border: solid 3px #000000;
|
||||
//position: relative;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user