Change about page background image
This commit is contained in:
parent
eeb59f5509
commit
a765541e73
|
|
@ -214,7 +214,7 @@
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@include ImgCon;
|
@include ImgCon;
|
||||||
// height: 80%;
|
// height: 80%;
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -245,4 +245,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// About end ==========================
|
// About end ==========================
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@ input::-webkit-inner-spin-button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/***
|
/***
|
||||||
====================================================================
|
====================================================================
|
||||||
Global Settings
|
Global Settings
|
||||||
====================================================================
|
====================================================================
|
||||||
|
|
@ -5094,4 +5094,4 @@ input[type=date]::-webkit-calendar-picker-indicator {
|
||||||
.bill_item > div p {
|
.bill_item > div p {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,4 @@
|
||||||
==
|
|
||||||
<?php
|
|
||||||
function onStart(){
|
|
||||||
$this['activeLocaleFlag'] = 'assets/images/flag_'. $this->activeLocale .'.png';
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
==
|
|
||||||
<!-- Header =========================== -->
|
<!-- Header =========================== -->
|
||||||
<headar class="header">
|
<headar class="header">
|
||||||
<div class="auto_container">
|
<div class="auto_container">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue