2015-02-01 04:56:01 -06:00
|
|
|
.sidemenu-wrapper {
|
2015-02-01 12:13:33 -06:00
|
|
|
position: absolute;
|
2015-01-30 03:25:10 -06:00
|
|
|
display: none;
|
2015-02-01 12:13:33 -06:00
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 200px;
|
|
|
|
background: @bodyBackground;
|
|
|
|
min-height: 100%;
|
|
|
|
z-index: 101;
|
|
|
|
|
2015-01-30 03:25:10 -06:00
|
|
|
a:focus {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidemenu-open {
|
2015-02-01 04:56:01 -06:00
|
|
|
.sidemenu-wrapper {
|
2015-01-30 03:25:10 -06:00
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2015-02-01 04:56:01 -06:00
|
|
|
.main-view {
|
2015-01-30 03:25:10 -06:00
|
|
|
padding-left: 200px;
|
|
|
|
}
|
|
|
|
|
2015-02-03 02:43:07 -06:00
|
|
|
.panel-fullscreen {
|
|
|
|
left: 200px;
|
2015-01-30 03:25:10 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidemenu {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2015-02-03 03:46:33 -06:00
|
|
|
li {
|
|
|
|
height: 50px;
|
|
|
|
}
|
2015-01-30 03:25:10 -06:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidemenu-user {
|
2015-02-03 03:46:33 -06:00
|
|
|
.sidemenu-item-text {
|
|
|
|
width: 110px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
white-space: nowrap;
|
2015-01-30 03:25:10 -06:00
|
|
|
}
|
|
|
|
img {
|
2015-02-03 03:46:33 -06:00
|
|
|
border-radius: 50%;
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
box-shadow: 0 0 14px 2px rgba(255,255,255, 0.05);
|
2015-01-30 03:25:10 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-01-31 11:00:26 -06:00
|
|
|
.sidemenu-top-btn {
|
|
|
|
display: block;
|
2015-02-03 15:05:53 -06:00
|
|
|
padding: 8px 0 4px 22px;
|
|
|
|
background-color: @navbarBackground;
|
|
|
|
border-right: 3px solid black;
|
|
|
|
img {
|
|
|
|
border-radius: 50%;
|
|
|
|
background: black;
|
|
|
|
width: 30px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
2015-01-31 11:00:26 -06:00
|
|
|
i {
|
|
|
|
padding-right: 5px;
|
2015-02-03 15:05:53 -06:00
|
|
|
padding-top: 5px;
|
2015-01-31 11:00:26 -06:00
|
|
|
font-size: 170%;
|
|
|
|
color: @gray;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-06 01:21:00 -06:00
|
|
|
.icon-circle {
|
2015-01-31 11:00:26 -06:00
|
|
|
border-radius: 50%;
|
2015-02-03 03:46:33 -06:00
|
|
|
background: #000;
|
|
|
|
box-shadow: 0 0 14px 2px rgba(255,255,255, 0.05);
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
2015-01-31 11:00:26 -06:00
|
|
|
display: inline-block;
|
|
|
|
i {
|
|
|
|
color: @textColor;
|
2015-02-03 03:46:33 -06:00
|
|
|
opacity: .7;
|
2015-01-31 11:00:26 -06:00
|
|
|
position: relative;
|
2015-02-03 03:46:33 -06:00
|
|
|
left: 11px;
|
|
|
|
top: 5px;
|
|
|
|
font-size: 135%;
|
2015-01-31 11:00:26 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-06 01:21:00 -06:00
|
|
|
.sidemenu-icon {
|
|
|
|
}
|
|
|
|
|
2015-01-30 03:25:10 -06:00
|
|
|
.sidemenu-item {
|
2015-02-03 03:46:33 -06:00
|
|
|
color: #f80;
|
2015-01-31 11:00:26 -06:00
|
|
|
line-height: 34px;
|
2015-02-03 03:46:33 -06:00
|
|
|
padding: 14px 10px 14px 20px;
|
2015-01-31 11:00:26 -06:00
|
|
|
font-weight: bold;
|
2015-02-03 03:46:33 -06:00
|
|
|
display: block;
|
2015-01-31 11:00:26 -06:00
|
|
|
|
|
|
|
.sidemenu-item-text {
|
|
|
|
padding-left: 15px;
|
2015-02-03 03:46:33 -06:00
|
|
|
&.no-icon {
|
|
|
|
padding-left: 59px;
|
|
|
|
}
|
|
|
|
//text-shadow: 1px 0 10px #A25803;
|
|
|
|
//text-shadow: 1px 0 10px #f80;
|
2015-01-30 03:25:10 -06:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2015-02-03 03:46:33 -06:00
|
|
|
|