mood-widget.less
.widget.mood {
.baseline {
border-bottom: 1px solid #ccc;
position: relative;
top: -51px;
z-index: 1;
}
.moods {
position: relative;
z-index: 2;
}
.message {
color: #acacac;
padding: 10px;
text-align: center;
text-transform: uppercase;
}
}