@ -50,7 +50,6 @@ a:link:after, a:visited:after {
}
@mixin li_flutuante () {
& > ul {
transform : translateY ( 30 px ) ;
transition : transform 0 .1 s linear , opacity 0 .1 s linear , clip 0 s 0 .3 s ;
@ -67,9 +66,7 @@ a:link:after, a:visited:after {
border-right : 0 px !important ;
}
& : first-child {
& : : before {
border-width : 0 .375 rem ;
border-style : inset inset solid ;
@ -172,7 +169,6 @@ a:link:after, a:visited:after {
. dpt {
font-size : 1 em ;
transition : all 0 .2 s ease-in-out ;
position : relative ;
. ementa {
@ -262,7 +258,6 @@ a:link:after, a:visited:after {
margin-top : 2 px ;
}
. bloco_alteracao {
padding-left : 10 % ;
font-style : italic ;
@ -535,16 +530,14 @@ a:link:after, a:visited:after {
position : absolute ;
opacity : 0 ;
transition : all 0 .4 s ease-in-out ;
z-index : 1 ;
z-index : 2000 ;
a {
& . btn-edit {
@include background-top-down ( #3498DB , #2980C9 ) ;
background-color : #3498db ;
color : #ffffff !important ;
font-weight : bold ;
padding : 5 px 7 px 3 px ;
padding : 8 px 18 px 6 px ;
display : inline-block ;
line-height : 1 ;
}
}
}
@ -568,35 +561,25 @@ a:link:after, a:visited:after {
margin : 2 em 0 ;
}
. bloco_alteracao {
border : 1 px solid #ddd ;
margin : - 1 px 0 0 ;
padding : 1 em ;
}
. articulacao1 {
margin-top : 2 em ;
& : : before {
content : " Articulação " ;
background-color : #eee ;
border-bottom : 1 px dotted #E88C8C ;
padding : 0 .333 em ;
padding-left : 1 em ;
display : block ;
}
}
. bloco_alteracao1 {
@extend . articulacao1 ;
margin : - 1 px 0 0 ;
padding : 1 em ;
border : 1 px dotted #E88C8C ;
overflow : hidden ;
& : : before {
content : " Bloco de Alteração " ;
margin : - 1 em - 1 em 0 ;
display : block ;
margin : 1 em 0 ;
padding : 0 em ;
background-color : #edf0f1 ;
min-height : 36 px ;
. dpt {
width : 100 % !important ;
box-shadow : 0 - 1 px 0 #e5e5e5 , 0 0 2 px rgba ( 0 , 0 , 0 ,. 12 ) , 0 2 px 4 px rgba ( 0 , 0 , 0 ,. 24 ) ;
padding : 0 em 1 em ;
margin : 1 px 0 ;
background-color : #edf0f1 ;
z-index : 1 ;
& : not ( : first-child ) {
border-top : 1 px solid white ;
}
& . ui-draggable div {
cursor : pointer ;
}
}
}
} /* fim dpt */
. dpt-selected {
@ -606,10 +589,8 @@ a:link:after, a:visited:after {
padding : 2 .2 em 2 .2 em 1 .6 em 2 .2 em ;
box-shadow : - 4 px 15 px 15 px rgba ( 0 , 0 , 0 , 0 .1 ) , 0 px 6 px 6 px rgba ( 0 , 0 , 0 , 0 .23 ) ;
@include background-top-down ( #eaeaee , #ddd ) ;
ul {
list-style : none ;
margin : 0 ;
@ -632,15 +613,21 @@ a:link:after, a:visited:after {
& > . bloco {
opacity : 1 ;
margin : 1 em !important ;
margin : 1 em ;
}
. bloco_alteracao {
padding-top : 2 em ;
margin : 0 ;
padding : 1 em ;
@include background-top-down ( #eaeaee , #ddd ) ;
& : not ( : first-child ) {
border-top : 0 px solid white ;
}
. dpt {
background-color : white ;
}
}
& > . dpt {
padding : 0 ;
& : last-child {
@ -915,7 +902,7 @@ a:link:after, a:visited:after {
} /* actions_inserts */
. menu_flutuante {
. menu_flutuante , . menu_flutuante_fixo {
& > li {
@include li_flutuante () ;