147 lines
2.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 : 30-Jul-2018, 12:42:41
Author : podkrizniku
*/
table.gdpr_surveys {
max-width: 1200px;
padding: 0px;
margin: 30px 0 10px 0;
font-size: 13px;
color: #404040;
border-collapse: collapse;
tr {
th {
padding: 3px 10px;
min-width: 80px;
border: 1px solid $grey_very_light;
text-align: center;
font-weight: 600;
background-color: $soft_blue;
}
td {
padding: 3px 10px;
min-width: 80px;
border: 1px solid $grey_very_light;
background-color: $soft_blue_very_lighten;
text-align: center;
}
}
tr.red_row {
td {
background-color: #ffe8e8 !important;
}
}
tr.green_row {
td {
background-color: #a8eea8 !important;
}
}
}
#form_gdpr_user_settings {
div.setting {
height: 25px;
&.red{
label{
color: red;
}
input {
border: 1px red solid !important;
}
}
}
span.nastavitveSpan2 {
width: 160px;
}
input[type="text"] {
padding: 3px 8px;
}
input.red {
border: 1px red solid !important;
}
}
#gdpr_authority_info {
padding: 10px 0 15px 0;
}
.gdpr_authority_info_data {
padding: 0 0 0 20px;
}
.requests_table_title {
line-height: 30px;
margin-top: 20px;
font-size: 14px;
font-weight: 600;
}
a {
.requests_table_title {
color: $strong_blue;
}
}
#gdpr_additional_info,
#gdpr_data_settings{
input[type="text"]{
padding: 2px;
width: 250px;
}
input.line_text{
margin: 2px 0 2px 10px;
}
input.line_text.long{
width: 400px;
}
textarea{
padding: 5px;
}
}
fieldset#gdpr_export_individual,
fieldset#gdpr_export_activity{
a{
line-height: 22px;
.faicon{
margin-right: 5px;
&.preview{
margin-right: 2px;
}
&:before{
font-size: 16px !important;
}
}
}
}
#preview_gdpr_export {
height: auto;
max-height: 530px;
h2{
color: #333 !important;
}
.content{
max-height: 450px;
padding: 10px 20px 20px 20px;
margin-top: 40px;
line-height: 18px;
overflow-x: hidden;
overflow-y: auto;
background-color: $grey_super_light;
}
}