1KA_F2F/resources/sass/admin/missing_values.scss

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 : 09-Aug-2018, 09:54:11
Author : podkrizniku
*/
.mv_tbl {
border-spacing: 0px;
padding: 0px;
margin: 0px;
margin-bottom: 20px;
border-collapse: collapse;
}
.mv_value_input {
width: 50px;
text-align: right;
height: 1.2em;
margin-right: 2px;
}
.mv_text_input {
width: 250px;
height: 1.2em;
}
.mv_link_disabled {
color: $grey_normal;
}
.spr_sysFilter1 {
background-color: $soft_blue_lighten;
}
.spr_sysFilter2 {
background-color: $soft_blue_very_lighten;
}
.spr_sysFilter3 {
background-color: $grey_super_light;
}
#missingProfileCoverDiv {
display: none;
position: absolute;
left: 0px;
top: 0px;
right: 0px;
bottom: 0px;
z-index: 10;
width: 100%;
height: 100%;
background: $strong_blue_very_lighten;
opacity: .40;
}
#infoMissingProfile {
width: 482px;
padding: 4px;
color: black;
font-size: 11px;
border: 1px solid $soft_blue;
background-color: $strong_blue_super_light;
}
/*add new mv popup*/
#mv_add_quick {
position: absolute;
z-index: 1000;
top: 150px;
bottom: 0;
width: 350px;
height: 145px;
padding: 10px;
background-color: white;
border: 4px solid $popup_border;
box-shadow: 0 0 20px black;
-moz-box-shadow: 0 0 20px black;
-webkit-box-shadow: 0 0 20px black;
}