75 lines
1.4 KiB
SCSS

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 07-Aug-2018, 13:02:29
Author : podkrizniku
*/
.variabla_vsota {
padding: 0px 5px;
width: 25%;
text-align: right;
input{
margin-left: 10px;
margin-top: 2px !important;
}
}
.vrednost_inline_vsota {
float: left;
box-sizing: border-box;
width: 200px;
max-width: 80%;
min-width: 160px;
padding: 2px 15px 2px 18px !important;
margin-left: 12px;
word-break:break-all;
}
.variabla_vsota_inline{
float: left;
max-width: 80%;
min-width: 160px;
padding: 2px 15px;
word-break:break-all;
}
/* Zadnja vrsticas pri urejanju vsote - "skupaj" */
table.variabla_vsota{
clear: both;
border-spacing: 0;
border-collapse: collapse;
display: block;
width: auto;
tr{
td.text{
border-top: 1px black solid;
.variabla_vsota_sum{
margin-left: 18px;
div{
width: 100%;
max-width: 100%;
box-sizing: border-box;
}
}
}
td.input{
border-top: 1px black solid;
input{
margin-left: 8px;
}
}
}
}