@salaxy/ng1
Version:
AngularJS libraries for Salaxy platform (Palkkaus.fi)
49 lines (47 loc) • 1.14 kB
text/less
.salaxy-component{
.salaxy-calc-editor{
overflow-x: hidden;
position: relative;
.btn-deatails{
margin-right:2px;
}
.calc-editor-worker-details, .calc-editor-employer-details{
.avatar-container {
font-size: 45px;
line-height: 1em;
}
}
.salaxy-calc-rows-editor-btns {
.edit, .delete{
background-color: transparent;
border-color: transparent;
.fa{
color: #333333;
}
}
}
.right-sidebar{
padding: @panel-body-padding;
background-color:@body-bg;
position:absolute;
height:auto;
overflow-y:auto;
width: 50%;
top:5px;
right:-55%;
z-index:999;
-webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,0.11);
-moz-box-shadow: 0 0 4px 0 rgba(0,0,0,0.11);
box-shadow: 0 0 4px 0 rgba(0,0,0,0.11);
transition: all 0.4s ease;
border-radius: 5px;
border: 2px solid #ccc;
&.is-open{
right:0px;
}
.custom-close{
margin-left:-10px; margin-top:-10px;
}
}
}
}