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,7 +75,11 @@ | ||
75 | .owl-item .item {position: relative;height: 0;padding-bottom: 59%;max-height: 500px;overflow: hidden;} | 75 | .owl-item .item {position: relative;height: 0;padding-bottom: 59%;max-height: 500px;overflow: hidden;} |
76 | .owl-item .item .itemimage {position: absolute;width: 100%;height: 100%;background-position: center center;background-size: cover;} | 76 | .owl-item .item .itemimage {position: absolute;width: 100%;height: 100%;background-position: center center;background-size: cover;} |
77 | .owl-carousel .owl-wrapper-outer{background-color: #e8e7e9;} | 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 | </style> | 83 | </style> |
80 | </head> | 84 | </head> |
81 | <body> | 85 | <body> |
frontend/web/css/custom.css
@@ -204,6 +204,7 @@ span.panel-title{ | @@ -204,6 +204,7 @@ span.panel-title{ | ||
204 | @media(max-width:1199px){ | 204 | @media(max-width:1199px){ |
205 | #error-page br{display:none;} | 205 | #error-page br{display:none;} |
206 | } | 206 | } |
207 | +.navbar-affixed-top.affix{z-index:10000;} | ||
207 | #heading-breadcrumbs{background: #986dbd;color:#fff;} | 208 | #heading-breadcrumbs{background: #986dbd;color:#fff;} |
208 | #heading-breadcrumbs h1{color:#fff;} | 209 | #heading-breadcrumbs h1{color:#fff;} |
209 | #heading-breadcrumbs ul li a span{color: #c1a7d7;} | 210 | #heading-breadcrumbs ul li a span{color: #c1a7d7;} |
@@ -232,4 +233,7 @@ span.panel-title{ | @@ -232,4 +233,7 @@ span.panel-title{ | ||
232 | display: block; | 233 | display: block; |
233 | white-space: normal; | 234 | white-space: normal; |
234 | } | 235 | } |
236 | + .btn-template-transparent-primary{ | ||
237 | + margin: 10px 0px; | ||
238 | + } | ||
235 | } | 239 | } |
236 | \ No newline at end of file | 240 | \ No newline at end of file |