@salaxy/ng1
Version:
AngularJS libraries for Salaxy platform (Palkkaus.fi)
52 lines (50 loc) • 930 B
text/less
.salaxy-component{
.calc-toolbar{
@media (max-width:@screen-sm-max){
display:table;
width:100%;
}
}
.btn-toolbar{
> .btn, > .btn-group{
@media (max-width:@screen-xs){
margin-bottom:5px;
&:last-child{
margin-bottom:0;
}
}
}
.btn-group .btn-icon{
padding: 2px;
}
}
.salaxy-accounting-report-tools{
.btn-toolbar{
margin-top:5px;
}
}
}
.salaxy-workflow-buttons {
padding-left: 8px;
.workflow-assign {
button {
line-height: 30px;
padding: 1px 6px;
height: 34px;
display: flex;
}
salaxy-avatar {
font-size:28px
}
.workflow-assign-title {
text-align: left;
width: 150px;
padding-left: 4px;
overflow: hidden;
text-overflow: ellipsis;
}
li a {
line-height: 32px;
}
}
}