1
0
mirror of https://github.com/mgerb/classic-wow-forums synced 2026-01-11 09:32:51 +00:00
Files
classic-wow-forums/client/app/components/forum-nav/forum-nav.scss

16 lines
287 B
SCSS

.forum-nav {
display: flex;
flex-direction: column;
padding-left: 5px;
background-image: url('../../assets/forum-nav-header-bg.gif');
background-repeat: no-repeat;
height: 51px;
width: 300px;
overflow: hidden;
&__title {
height: 27px;
line-height: 27px;
}
}