- gitlist.git
- src
- browser
- less
- navigation.less
This file ( 599B ) exceeds the allowed full mode (48 kb) size.
The editor full hight is disabled, only scrolling is allowed..
If you wish to edit a file, it is recommended to use the scroll mode as some users do not like the full height
mode, although some users like it.
#p3x-gitlist-navigation-brand-icon {
float: left;
width: @navbar-height;
display: inline-block;
}
.p3x-gitlist-navigation-brand-icon-small {
margin-left: @navbar-padding-horizontal;
}
.p3x-gitlist-light {
#p3x-gitlist-navigation-brand-icon {
filter: drop-shadow( 0px 0px 3px rgba(0, 0, 0, 0.5));
}
}
.p3x-gitlist-dark {
#p3x-gitlist-navigation-brand-icon {
filter: drop-shadow( 2px 2px 2px rgba(255, 255, 255, 0.2));
}
}
#p3x-gitlist-navigation-menu-button:hover {
transition-duration: 250ms;
transition-property: transform;
transform: scale(1.1) rotate(360deg);
}