151 lines
3.0 KiB
SCSS
151 lines
3.0 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 : 24-Aug-2018, 11:14:22
|
|
Author : podkrizniku
|
|
*/
|
|
|
|
.publish_url_holder{
|
|
padding: 5px 0 13px 0;
|
|
line-height: 20px;
|
|
}
|
|
.url_box_active {
|
|
padding: 5px;
|
|
border: 1px solid $strong_blue;
|
|
background: none repeat scroll 0 0 $strong_blue_super_light;
|
|
|
|
b{
|
|
font-weight: 500;
|
|
}
|
|
}
|
|
#vabila {
|
|
min-height: 250px;
|
|
background-color: white;
|
|
|
|
span#anketa_aktivacija_note {
|
|
display: inline-block;
|
|
box-sizing: border-box;
|
|
|
|
width: 100%;
|
|
padding: 10px;
|
|
//margin-left: 2px;
|
|
margin-bottom: 15px;
|
|
|
|
font-size: 15px;
|
|
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $soft_blue;
|
|
|
|
#vabila_anketa_aktivacija {
|
|
a {
|
|
color: $orange;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
.sprites.star_off {
|
|
vertical-align: -5%;
|
|
}
|
|
.sprites.star_on {
|
|
vertical-align: -5%;
|
|
}
|
|
}
|
|
|
|
span#anketa_aktivacija_note.google_yellow {
|
|
color: $grey_super_dark;
|
|
background-color: $orange_super_lighten !important;
|
|
border: 1px solid $orange;
|
|
|
|
#vabila_anketa_aktivacija {
|
|
a {
|
|
font-weight: 500;
|
|
color: $orange_very_darken;
|
|
}
|
|
}
|
|
}
|
|
|
|
span#anketa_diagnostika_note {
|
|
display: inline-block;
|
|
width: auto;
|
|
margin-bottom: 10px;
|
|
margin-left: 2px;
|
|
margin-bottom: 5px;
|
|
padding: 5px;
|
|
font-size: 15px;
|
|
background-color: $soft_blue_very_lighten;
|
|
border: 1px solid $soft_blue;
|
|
}
|
|
#anketa_diagnostika_note2 {
|
|
padding: 10px;
|
|
margin: 10px 0 15px 0;
|
|
font-size: 15px;
|
|
color: $orange_very_darken;
|
|
border: 1px solid $orange;
|
|
background-color: $orange_super_lighten;
|
|
}
|
|
}
|
|
.shift {
|
|
margin: 0px 0px 0px 20px;
|
|
}
|
|
.labelSpan {
|
|
width: 60px;
|
|
display: table-cell;
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
.labelSpanWide {
|
|
width: 60px;
|
|
display: table-cell;
|
|
float: left;
|
|
text-align: left;
|
|
width: 100px;
|
|
}
|
|
.qs_data {
|
|
margin-left: 5px;
|
|
display: inline-block;
|
|
font-weight: normal !important;
|
|
}
|
|
#tbl_inv_setting {
|
|
td {
|
|
vertical-align: top;
|
|
border-spacing: 0px;
|
|
padding: 0px;
|
|
margin: 0px;
|
|
border-collapse: collapse;
|
|
fieldset {
|
|
padding: 5px 15px;
|
|
margin: 3px;
|
|
}
|
|
}
|
|
p {
|
|
margin: 7px 0px;
|
|
}
|
|
textarea {
|
|
&:focus {
|
|
border: none;
|
|
background-color: $orange_super_lighten;
|
|
border: 1px dashed darkgray;
|
|
padding: 2px;
|
|
}
|
|
}
|
|
}
|
|
#surveyInvitationSettingServer{
|
|
min-width:440px;
|
|
max-width:700px;
|
|
margin: 15px 10px 10px 5px;
|
|
display:inline-block;
|
|
padding: 0 10px 10px 10px;
|
|
border: 1px solid $soft_blue;
|
|
background-color: $soft_blue_very_lighten;
|
|
|
|
}
|
|
#surveyInvitationSetting{
|
|
min-width:440px;
|
|
margin: 15px 10px 10px 5px;
|
|
display:inline-block;
|
|
padding:0 10px 10px 10px;
|
|
border: 1px solid $soft_blue;
|
|
background-color: $soft_blue_very_lighten;
|
|
} |