obanana_b2b_test/assets/scss/bg-1.scss

8 lines
323 B
SCSS
Raw Normal View History

2024-02-12 10:35:09 +08:00
/*---------------------------------------------------------------------------------
Background Image-1
-----------------------------------------------------------------------------------*/
.body-bg-1{
background-image: url(../../images/bg/background-1.png);
background-size: cover;
background-attachment: fixed;
}