56 lines
1.1 KiB
SCSS
56 lines
1.1 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 : 16-Aug-2018, 13:17:48
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.break_chart_holder {
|
|
margin: 30px 0 30px 0;
|
|
}
|
|
.avg {
|
|
text-decoration: overline;
|
|
}
|
|
#breakSpremenljivkaSpan {
|
|
select {
|
|
width: 220px;
|
|
}
|
|
}
|
|
div.breakTableDiv {
|
|
margin-top: 10px;
|
|
table {
|
|
border-top: 1px solid $grey_normal;
|
|
border-left: 1px solid $grey_normal;
|
|
border-collapse: collapse;
|
|
border-spacing: 0;
|
|
text-align: center;
|
|
th {
|
|
border-right: 1px solid $grey_normal;
|
|
border-bottom: 1px solid $grey_normal;
|
|
padding: 5px;
|
|
min-width: 70px;
|
|
font-weight: normal;
|
|
background-color: $soft_blue_lighten;
|
|
}
|
|
td {
|
|
border-right: 1px solid $grey_normal;
|
|
border-bottom: 1px solid $grey_normal;
|
|
padding: 5px;
|
|
min-width: 70px;
|
|
font-weight: normal;
|
|
}
|
|
th.sub {
|
|
background-color: $soft_blue_very_lighten;
|
|
}
|
|
th.strong {
|
|
font-weight: bold;
|
|
}
|
|
td.strong {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|