Redesign - popravek language ikone, zamenjan logo v simple frontend, popravek hover ikone za izvoz
This commit is contained in:
parent
764ffb288b
commit
f150467da6
@ -574,9 +574,10 @@ class SurveyList {
|
||||
}
|
||||
|
||||
echo '<div id="secondNavigation_links"></div>'; # id="secondNavigation_links"
|
||||
|
||||
$this->language_change();
|
||||
|
||||
echo '</div>'; #<div class="secondNavigation" >
|
||||
|
||||
$this->language_change();
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -119,7 +119,7 @@ class DisplayController{
|
||||
echo '<div class="logo ">';
|
||||
|
||||
echo ' <a href="'.$site_url.$this->root.'index.php">';
|
||||
echo ' <img src="'.$site_url.'/public/img/logo/1ka_'.($this->lang_id != 1 ? 'eng' : 'slo').'.svg">';
|
||||
echo ' <img src="'.$site_url.'/public/img/logo/1ka_logo_'.($this->lang_id != 1 ? 'eng' : 'slo').'.svg">';
|
||||
if(isAAI()){
|
||||
echo ' <img src="'.$site_url.'/public/img/logo/arnes_logo.png" style="margin-left:30px;">';
|
||||
}
|
||||
|
File diff suppressed because it is too large
Load Diff
@ -9,4 +9,5 @@ header{
|
||||
}
|
||||
|
||||
@import "top_line";
|
||||
@import "navigation";
|
||||
@import "navigation";
|
||||
@import "icons";
|
75
resources/sass/admin_new/components/header/icons.scss
Normal file
75
resources/sass/admin_new/components/header/icons.scss
Normal file
@ -0,0 +1,75 @@
|
||||
// language select - moje ankete
|
||||
#language_select {
|
||||
position: absolute;
|
||||
|
||||
z-index: 78;
|
||||
right: 32px;
|
||||
|
||||
font-weight: 500;
|
||||
|
||||
a{
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
text-decoration: none;
|
||||
|
||||
&:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.flag{
|
||||
height: 14px;
|
||||
width: 24px;
|
||||
margin-right: 9px;
|
||||
|
||||
background-size: 100% 30px;
|
||||
background-position: center;
|
||||
}
|
||||
.flag.slo{
|
||||
background-image: url('../img/flags/flag_slo.svg');
|
||||
}
|
||||
.flag.eng{
|
||||
background-image: url('../img/flags/flag_eng.svg');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Hover za izvoze
|
||||
#hover_export {
|
||||
display: none;
|
||||
position: absolute;
|
||||
z-index: 99999;
|
||||
right: 0px;
|
||||
top: 31px;
|
||||
|
||||
width: 150px;
|
||||
padding: 10px 16px;
|
||||
|
||||
text-align: left;
|
||||
line-height: normal;
|
||||
|
||||
background-color: $white;
|
||||
|
||||
border: 1px $gray solid;
|
||||
|
||||
a {
|
||||
display: flex;
|
||||
padding: 6px 0;
|
||||
margin: 0 !important;
|
||||
|
||||
text-decoration: none;
|
||||
font-size: 16px;
|
||||
|
||||
transition: 0.2s;
|
||||
|
||||
&:hover{
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
span.hover_export_icon {
|
||||
display: inline-block;
|
||||
width: 32px;
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user