@import "@{themeurl}/less/values.less"; #sidebar { .widget-container { padding: 20px; background: linear-gradient(#fff, @light_blue); &.npo { background: linear-gradient(#fff, @green); } .textwidget { text-align: center; form { text-align: left; } } } a { color: @brown; font-weight: 700; } .widget-title { padding: 10px; background-color: #fff; border-radius: 15px; line-height: 1.2em; box-shadow: 0 0 2px 0px; } }