File Manager

Current Directory: /home/astoriaah/www/old15/templates/client/less/layout
Viewing File: /home/astoriaah/www/old15/templates/client/less/layout/bottom.less
/* Bottom row -----------------------------------------------------------------------------*/ #bottomrow { float: left; width: 100%; /* Variable for entire bg row */ background: @bottomBG; /* Bottom border */ border-bottom: @bottomBorderBottom; /* Top border */ border-top: @bottomBorderTop; /* bottom Text colour */ color: @bottomtextcolor; p { /* bottom Text colour */ color: @bottomtextcolor; } a { /* The bottom link colour */ color: @bottomlinkcolor; &.btn { color:@btn-primary-color } &:hover { /* The bottom link hover colour */ color: @bottomlinkcolorhover; } } h1,h2,h3,h4,h5,h6 { color: @bottomheadingcolor; } .container { /* bg on main bottom container */ > div { background: @bottomContainerBG; } /* Bottom border */ border-bottom: @bottomContainerBottomBorder; /* Top border */ border-top: @bottomContainerTopBorder; /* bottom padding */ padding: @bottompadding; } ul { list-style-type:none; margin:0; .lastchild(); .firstchild(); li { padding:10px 0; &:last-child { background:none } } } }