1KA_F2F/resources/sass/admin/dashboard/text_analysis.scss

63 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 : 09-Aug-2018, 14:28:25
Author : podkrizniku
*/
#surveyTextAnalysis {
background-color: white;
}
.text_analysis_table {
position: relative;
border-spacing: 0px;
table-layout: fixed;
padding: 0px;
margin: 0 20px 40px 0;
border-collapse: collapse;
border: 1px solid $soft_blue;
border-top: none;
tr {
border-top: 1px solid $soft_blue;
}
th {
padding: 5px 10px;
text-align: center;
color: black;
border: 1px solid $soft_blue;
color: black;
background-color: $soft_blue_very_lighten;
font-weight: normal;
span {
vertical-align: middle;
margin-left: 3px;
}
}
td {
padding: 5px 10px;
text-align: center;
color: black;
background-color: $grey_almost_white;
border: 1px solid $soft_blue;
}
tr.white {
td {
background-color: white;
}
}
tr.sum {
td {
background-color: $soft_blue_very_lighten;
font-weight: 600;
}
}
tr.colored {
td {
background-color: $soft_blue_very_lighten;
font-weight: 600;
}
}
}