Knjiznica v urejanju ankete - manjsi popravki izgleda
This commit is contained in:
parent
af1e73676f
commit
cf883d67bc
@ -20319,7 +20319,7 @@ and open the template in the editor.
|
||||
box-sizing: border-box;
|
||||
min-height: 36px;
|
||||
max-width: 100%;
|
||||
width: 710px;
|
||||
width: 730px;
|
||||
padding: 0 16px;
|
||||
margin: 0 0 8px 0;
|
||||
border: 1px #E5E5E5 solid;
|
||||
@ -20344,6 +20344,12 @@ and open the template in the editor.
|
||||
.tab_content .content_right .question_list .survey_title span.faicon:before {
|
||||
color: #D3D3D3;
|
||||
}
|
||||
.tab_content .content_right .question_list .survey_title .faicon.clipboard:before {
|
||||
font-weight: 400;
|
||||
}
|
||||
.tab_content .content_right .question_list .survey_title.active .faicon.clipboard:before {
|
||||
font-weight: 600;
|
||||
}
|
||||
.tab_content .content_right .question_list .survey_questions {
|
||||
display: none;
|
||||
}
|
||||
@ -20443,7 +20449,7 @@ and open the template in the editor.
|
||||
.tab_content .content_right .question_list .question_item_holder .folder_item_info .dots_ver:before,
|
||||
.tab_content .content_right .question_list .folder_item_holder .question_item_info .dots_ver:before,
|
||||
.tab_content .content_right .question_list .folder_item_holder .folder_item_info .dots_ver:before {
|
||||
color: #333333;
|
||||
color: #1E88E5;
|
||||
}
|
||||
.tab_content .content_right .question_list .question_item_holder .question_item_info .dots_ver.active,
|
||||
.tab_content .content_right .question_list .question_item_holder .folder_item_info .dots_ver.active,
|
||||
@ -20457,7 +20463,7 @@ and open the template in the editor.
|
||||
.tab_content .content_right .question_list .folder_item_holder .folder_item_info .monitor {
|
||||
display: none;
|
||||
padding: 7px 8px;
|
||||
margin-right: 8px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
.tab_content .content_right .question_list .question_item_holder .question_item_info .folder_empty:before,
|
||||
.tab_content .content_right .question_list .question_item_holder .folder_item_info .folder_empty:before,
|
||||
@ -20484,6 +20490,8 @@ and open the template in the editor.
|
||||
top: 35px;
|
||||
width: 140px;
|
||||
border-radius: 2px;
|
||||
border: 0;
|
||||
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
|
||||
}
|
||||
.tab_content .content_right .question_list .question_item_holder .question_item_info .item_settings a,
|
||||
.tab_content .content_right .question_list .question_item_holder .folder_item_info .item_settings a,
|
||||
@ -20529,6 +20537,7 @@ and open the template in the editor.
|
||||
.tab_content .content_right .question_list .folder_item_holder .question_item_info .item_settings ul li,
|
||||
.tab_content .content_right .question_list .folder_item_holder .folder_item_info .item_settings ul li {
|
||||
color: #1E88E5;
|
||||
font-size: 14px;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.tab_content .content_right .question_list .question_item_holder .question_item_info .item_settings ul li:hover,
|
||||
@ -23650,50 +23659,6 @@ and open the template in the editor.
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_type {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings {
|
||||
padding: 16px;
|
||||
color: #333333;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
text-align: left;
|
||||
background: #FFFFFF;
|
||||
border: 1px solid #C4C4C4;
|
||||
box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.07);
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
right: 0;
|
||||
top: 35px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings a {
|
||||
text-decoration: none;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style-type: none;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li:last-of-type {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li span {
|
||||
cursor: pointer;
|
||||
color: #333333;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li span:hover {
|
||||
color: #1E88E5;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li {
|
||||
color: #1E88E5;
|
||||
transition: 0.2s;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .item_settings ul li:hover {
|
||||
color: #0059ab;
|
||||
}
|
||||
.vprasanje_deleted_popup .content .question_list .question_item_holder .question_item_info .monitor {
|
||||
display: none;
|
||||
margin-right: 0;
|
||||
|
@ -217,7 +217,7 @@
|
||||
box-sizing: border-box;
|
||||
min-height: 36px;
|
||||
max-width: 100%;
|
||||
width: 710px;
|
||||
width: 730px;
|
||||
padding: 0 16px;
|
||||
margin: 0 0 8px 0;
|
||||
|
||||
@ -248,6 +248,13 @@
|
||||
color: $dark-gray2;
|
||||
}
|
||||
}
|
||||
|
||||
.faicon.clipboard:before{
|
||||
font-weight: 400;
|
||||
}
|
||||
&.active .faicon.clipboard:before{
|
||||
font-weight: 600;
|
||||
}
|
||||
}
|
||||
|
||||
.survey_questions{
|
||||
@ -336,7 +343,7 @@
|
||||
margin-right: 0;
|
||||
|
||||
&:before{
|
||||
color: $black;
|
||||
color: $blue;
|
||||
}
|
||||
|
||||
&.active{
|
||||
@ -348,7 +355,7 @@
|
||||
display: none;
|
||||
|
||||
padding: 7px 8px;
|
||||
margin-right: 8px;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.folder_empty:before{
|
||||
@ -365,10 +372,14 @@
|
||||
|
||||
width: 140px;
|
||||
|
||||
|
||||
border-radius: 2px;
|
||||
border: 0;
|
||||
box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.12);
|
||||
|
||||
ul li{
|
||||
color: $blue;
|
||||
font-size: 14px;
|
||||
|
||||
transition: 0.2s;
|
||||
|
||||
|
@ -103,27 +103,6 @@
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.item_settings{
|
||||
@include hover_basic();
|
||||
|
||||
position: absolute;
|
||||
z-index: 9999;
|
||||
right: 0;
|
||||
top: 35px;
|
||||
|
||||
border-radius: 2px;
|
||||
|
||||
ul li{
|
||||
color: $blue;
|
||||
|
||||
transition: 0.2s;
|
||||
|
||||
&:hover{
|
||||
color: $dark-blue;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.monitor{
|
||||
display: none;
|
||||
margin-right: 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user