91 lines
1.6 KiB
SCSS
91 lines
1.6 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 : 04-Aug-2018, 11:33:01
|
||
|
Author : podkrizniku
|
||
|
*/
|
||
|
|
||
|
#placeholder.komentarji{
|
||
|
margin: 0px;
|
||
|
}
|
||
|
|
||
|
.comment {
|
||
|
font-style: italic;
|
||
|
color: $orange_very_darken;
|
||
|
width: auto;
|
||
|
padding-right: 10px;
|
||
|
padding-top: 3px;
|
||
|
display: block;
|
||
|
float: left;
|
||
|
}
|
||
|
.if_comment {
|
||
|
font-style: italic;
|
||
|
color: $grey_light;
|
||
|
width: auto;
|
||
|
margin: 0px 3px;
|
||
|
}
|
||
|
.spr_comment {
|
||
|
font-style: italic;
|
||
|
color: $grey_light;
|
||
|
width: auto;
|
||
|
margin: 0px 3px;
|
||
|
}
|
||
|
#quick_comments_link {
|
||
|
margin-bottom: 1px !important;
|
||
|
margin-left: 3px !important;
|
||
|
padding-bottom: 3px !important;
|
||
|
a {
|
||
|
span.link {
|
||
|
display: inline-block;
|
||
|
padding: 3px !important;
|
||
|
padding-bottom: 5px !important;
|
||
|
font-size: 11px;
|
||
|
vertical-align: top;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
#quick_comments_link.newCss {
|
||
|
height: 20px !important;
|
||
|
line-height: 20px !important;
|
||
|
text-align: center;
|
||
|
margin-top: 8px !important;
|
||
|
img {
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
}
|
||
|
.comments_on_alert {
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
.comment_qtip_title_secondLine {
|
||
|
color: $grey_normal;
|
||
|
font-weight: normal !important;
|
||
|
padding-top: 5px;
|
||
|
}
|
||
|
#comment_question_note {
|
||
|
display: block;
|
||
|
width: auto;
|
||
|
margin-bottom: 15px;
|
||
|
margin-left: 5px;
|
||
|
padding: 5px 10px;
|
||
|
font-size: 15px;
|
||
|
background-color: $soft_blue_very_lighten;
|
||
|
border: 1px solid $soft_blue;
|
||
|
}
|
||
|
@mixin sub_settings_comments(){
|
||
|
|
||
|
|
||
|
}
|
||
|
#topSettingsHolder.komentarji,
|
||
|
#topSettingsHolder.komentarji_anketa {
|
||
|
|
||
|
#additional_navigation {
|
||
|
a {
|
||
|
span {
|
||
|
padding: 2px 0px 2px 0;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|