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

68 lines
1.3 KiB
SCSS
Raw Normal View History

/*
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 : 03-Aug-2018, 13:38:02
Author : podkrizniku
*/
/*right side of survey settings*/
#globalSetingsList {
float: left;
display: inline-block;
width: 100% !important;
padding-top: 0px !important;
padding-left: 0px !important;
margin-top: 0px !important;
margin-left: 0 !important;
h4 {
width: 95% !important;
max-width: 1050px;
padding: 5px 2% !important;
margin: 0px !important;
}
fieldset {
width: 95% !important;
max-width: 1050px;
padding: 5px 2% 10px 2% !important;
margin: 0px !important;
}
}
#globalSetingsList.full_width {
max-width: 99% !important;
width: 97% !important;
h4 {
max-width: 99% !important;
width: 97% !important;
}
fieldset {
max-width: 99% !important;
width: 97% !important;
}
fieldset.prevajanje {
float: left;
min-height: 200px !important;
width: 44% !important;
margin-right: 1% !important;
.prevajanje_settings{
a{
margin: 0 5px;
}
.prevajanje_settings_sub{
display: block;
margin: 10px 0 20px 153px;
}
}
}
}
@import "other";
@import "translation";
@import "archive";
@import "nice_url";