Current Directory: /home/astoriaah/www/old15/templates/client/less/effects
Viewing File: /home/astoriaah/www/old15/templates/client/less/effects/panel.less
/* Hidden Panel - Core often overriden in template overrides
-----------------------------------------------------------------------------*/
#paneltrigger {
position:absolute;
z-index:30;
top:0;
right:0;
a {
display:inline-block;
color: #fff;
span.icon-chevron-down {
width:56px;
line-height:56px;
text-align:center;
height:56px;
float:right;
background:@primary;
margin-left:10px;
@media screen and (max-width: @screen-md) {
margin-right:-20px
}
@media (max-width:@screen-sm) {
height: (@navbar-height / 2.5);
line-height: (@navbar-height / 2.5);
width:(@navbar-height / 2.5)
}
&:hover {
text-decoration:none;
background:@secondary
}
}
&:focus {
outline:none
}
}
}
#panel {
.simplelist();
display: none;
z-index:10000;
background:none;
.box-shadow(none);
border:0;
color:#fff;
p {
color:#fff
}
@media screen and (max-width: @grid-float-breakpoint) {
top:0px !important;
}
.modal-content {
background:none;
.box-shadow(none);
border:0;
}
.modal-header {
margin-top: 0px;
border:0;
font-size:50%;;
position:relative;
z-index:10000;
float:left;
width:100%;
:hover {
color:#999
}
}
.input-append .add-on, .input-prepend .add-on
{
// background-color: #fff;
}
button {
font-size:6em;
height:40px;
top:50px;
background:none;
opacity:1;
color:#fff;
position:absolute;
right:0;
z-index:1;
box-shadow:none;
font-weight:300;
&:hover {
color:@primary
}
}
.modal-body {
padding-top:0
}
.zen-module-title {
h3 {
line-height:1.8em;
span {
color:@headings-color;
}
}
}
}