@salaxy/ng1
Version:
AngularJS libraries for Salaxy platform (Palkkaus.fi)
45 lines (43 loc) • 900 B
text/less
.salaxy-component{
.timeline{
max-width:600px;
padding-left:15px;
padding-right:15px;
margin:50px auto 55px;
@media screen and (max-width: @screen-sm-max){
max-width:unset;
margin:0px auto 55px;
}
@media screen and (max-width: @screen-sm){
margin:0px auto 55px;
}
}
.panel-content .chart-pie{
max-width: 338px;
height: auto ;
text-align: center;
margin: 20px auto;
}
.timeline-sidebar {
margin-right: 15px;
position: fixed;
top: 50px;
right: 0;
max-width:300px;
@media screen and (max-width: @screen-sm-max){
top:70px;
}
.panel-new-calculation{
h3{
font-size:19px;
margin-top: 5px;
}
.panel-body{
padding:10px 15px;
p{
font-size:0.9em;
}
}
}
}
}