26 lines
492 B
SCSS
26 lines
492 B
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 : 09-Aug-2018, 14:27:38
|
||
|
Author : podkrizniku
|
||
|
*/
|
||
|
|
||
|
#surveyParaGraph {
|
||
|
background-color: white;
|
||
|
table {
|
||
|
tr {
|
||
|
th {
|
||
|
padding-right: 10px;
|
||
|
min-width: 150px;
|
||
|
text-align: right;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.graph_lb {
|
||
|
background-color: $soft_blue_very_lighten;
|
||
|
border: 1px solid $soft_blue;
|
||
|
}
|