Merge branch 'new_theme' of bitbucket.org:venbainformationtechnology/ria into new_theme
This commit is contained in:
commit
4a2b74afbf
@ -76,6 +76,23 @@
|
|||||||
<link href="<?php echo base_url(); ?>public/new_assets/libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet" type="text/css" />
|
<link href="<?php echo base_url(); ?>public/new_assets/libs/bootstrap-datepicker/css/bootstrap-datepicker.min.css" rel="stylesheet" type="text/css" />
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
|
||||||
|
body{
|
||||||
|
font-size: .75rem;
|
||||||
|
}
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
body[data-layout-mode=horizontal] .content-page {
|
||||||
|
padding: calc(70px + 30px) 12px 65px 12px!important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@media (max-width: 991px){
|
||||||
|
.topnav{
|
||||||
|
margin-top: 55px;
|
||||||
|
}
|
||||||
|
body[data-layout-mode=horizontal] .content-page{
|
||||||
|
padding-top: 75px;
|
||||||
|
}
|
||||||
|
}
|
||||||
.dropdown-menu{
|
.dropdown-menu{
|
||||||
box-shadow: 0px 10px 43px 0 rgb(76 76 76 / 39%);
|
box-shadow: 0px 10px 43px 0 rgb(76 76 76 / 39%);
|
||||||
z-index: 20;
|
z-index: 20;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user