171 lines
2.8 KiB
SCSS
171 lines
2.8 KiB
SCSS
|
|
#vabila > table,
|
|
table.invitations_settings,
|
|
#inv_msg_preview table,
|
|
#inv_send_mail table{
|
|
border-spacing: 0px;
|
|
width: 100%;
|
|
|
|
tbody{
|
|
display: flex;
|
|
flex-direction: column;
|
|
width: 100% !important;
|
|
}
|
|
|
|
> tbody > tr,
|
|
> tbody > tr > td{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100% !important;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
> tbody > tr > td{
|
|
height: auto !important;
|
|
margin: 0;
|
|
padding: 0 !important;
|
|
|
|
> br{
|
|
display: none;
|
|
}
|
|
|
|
> div,
|
|
> fieldset{
|
|
margin: 15px 0;
|
|
}
|
|
}
|
|
|
|
colgroup,
|
|
colgroup col{
|
|
width: 100% !important;
|
|
}
|
|
|
|
p label{
|
|
width: 100%;
|
|
|
|
input[type="text"],
|
|
input[type="number"],
|
|
input[type="password"]{
|
|
width: 100% !important;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
}
|
|
|
|
#surveyInvitationSetting,
|
|
#surveyInvitationSettingServer{
|
|
min-width: 100% !important;
|
|
width: 100% !important;
|
|
|
|
margin: 10px 0 !important;
|
|
box-sizing: border-box !important;
|
|
}
|
|
|
|
// Navigacija v vabilih
|
|
#inv_top_navi{
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
width: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
.inv_space{
|
|
display: none;
|
|
}
|
|
|
|
> #inv_step_nav{
|
|
width: 100%;
|
|
|
|
padding: 0;
|
|
margin: 0 0 15px 0;
|
|
|
|
.inv_step{
|
|
height: auto;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
span.label{
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
> #inv_step_nav.yellow{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
|
|
.inv_step{
|
|
|
|
span.circle{
|
|
width: 18px;
|
|
height: 18px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
span.label{
|
|
padding: 0 0 0 3px;
|
|
}
|
|
}
|
|
|
|
.inv_step_space{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
// VABILA podstrani
|
|
#inv_recipients_profiles_holder,
|
|
#inv_import_list_container,
|
|
#inv_messages_profiles_holder,
|
|
#inv_msg_preview_hld,
|
|
#invitation_profile_notes,
|
|
#inv_select_mail_to,
|
|
#inv_select_mail_preview{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
|
|
margin: 15px 0 !important;
|
|
|
|
textarea{
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
#inv_msg_preview table{
|
|
|
|
th{
|
|
height: auto !important;
|
|
width: 100% !important;
|
|
margin: 0;
|
|
padding: 20px 0 0 0 !important;
|
|
|
|
text-align: left;
|
|
}
|
|
|
|
input{
|
|
width: 100%;
|
|
box-sizing: border-box;
|
|
}
|
|
}
|
|
|
|
.addthis_toolbox{
|
|
line-height: 24px;
|
|
|
|
.at-icon-wrapper{
|
|
height: 24px !important;
|
|
width: 24px !important;
|
|
|
|
svg{
|
|
height: 24px !important;
|
|
width: 24px !important;
|
|
}
|
|
}
|
|
|
|
.addthis_separator{
|
|
font-size: 16px;
|
|
}
|
|
}
|