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