en_btr_frontend/app/styles/app.scss

15 lines
232 B
SCSS
Raw Normal View History

2020-08-21 23:54:28 +00:00
@import "ember-bootstrap/bootstrap";
2020-10-04 21:58:28 +00:00
@import "components/scrollmenu";
@import "components/words";
2020-10-09 20:33:37 +00:00
2021-04-14 21:01:50 +00:00
@import "components/table";
2020-10-09 20:33:37 +00:00
#page_header {
margin-bottom: 0;
2021-03-31 20:41:19 +00:00
/* background-image: url("/assets/images/banner_bkg.png"); */
2020-10-09 20:33:37 +00:00
}
2021-03-31 20:41:19 +00:00