mirror of
https://github.com/mgerb/classic-wow-forums
synced 2026-01-10 17:12:48 +00:00
9 lines
181 B
SCSS
9 lines
181 B
SCSS
.bottom-bg {
|
|
background-image: url('../../assets/bottom-bg.gif');
|
|
background-repeat: repeat-x;
|
|
height: 46px;
|
|
display: flex;
|
|
justify-content: center;
|
|
overflow: hidden;
|
|
}
|