Commit f4d53892633059f6fca8c1c8a58a8d7761cedf90
1 parent
3ce7b9c2
css edits
Showing
2 changed files
with
9 additions
and
1 deletions
Show diff stats
frontend/views/layouts/main.php
| ... | ... | @@ -75,7 +75,11 @@ |
| 75 | 75 | .owl-item .item {position: relative;height: 0;padding-bottom: 59%;max-height: 500px;overflow: hidden;} |
| 76 | 76 | .owl-item .item .itemimage {position: absolute;width: 100%;height: 100%;background-position: center center;background-size: cover;} |
| 77 | 77 | .owl-carousel .owl-wrapper-outer{background-color: #e8e7e9;} |
| 78 | - @media(max-width:767px){.dropdown-menu li a{max-width: 100%;display: block;white-space: normal;}} | |
| 78 | + @media(max-width:767px){ | |
| 79 | + .dropdown-menu li a{max-width: 100%;display: block;white-space: normal;} | |
| 80 | + .btn-template-transparent-primary{margin: 10px 0px;} | |
| 81 | + } | |
| 82 | + .navbar-affixed-top.affix{z-index:10000;} | |
| 79 | 83 | </style> |
| 80 | 84 | </head> |
| 81 | 85 | <body> | ... | ... |
frontend/web/css/custom.css
| ... | ... | @@ -204,6 +204,7 @@ span.panel-title{ |
| 204 | 204 | @media(max-width:1199px){ |
| 205 | 205 | #error-page br{display:none;} |
| 206 | 206 | } |
| 207 | +.navbar-affixed-top.affix{z-index:10000;} | |
| 207 | 208 | #heading-breadcrumbs{background: #986dbd;color:#fff;} |
| 208 | 209 | #heading-breadcrumbs h1{color:#fff;} |
| 209 | 210 | #heading-breadcrumbs ul li a span{color: #c1a7d7;} |
| ... | ... | @@ -232,4 +233,7 @@ span.panel-title{ |
| 232 | 233 | display: block; |
| 233 | 234 | white-space: normal; |
| 234 | 235 | } |
| 236 | + .btn-template-transparent-primary{ | |
| 237 | + margin: 10px 0px; | |
| 238 | + } | |
| 235 | 239 | } |
| 236 | 240 | \ No newline at end of file | ... | ... |