1KA_F2F/resources/sass/admin/data/conditions.scss

35 lines
717 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 : 07-Aug-2018, 11:06:58
Author : podkrizniku
*/
#conditionProfileNote {
span.conditions_display {
line-height: inherit;
}
display: inline-block;
width: auto;
padding: 3px 10px;
margin-bottom: 4px;
margin-top: 4px;
line-height: 2em;
vertical-align: middle;
border: 1px solid $soft_blue;
background-color: $soft_blue_very_lighten;
div.if_content {
display: inline-block;
}
}
#div_condition_editing_conditions {
min-height: 28px;
line-height: 28px;
.error_display {
margin-top: 5px;
}
}