en_btr_frontend/app/styles/components/scrollmenu.scss

25 lines
399 B
SCSS
Raw Normal View History

2020-10-09 21:52:24 +00:00
nav.scripture-menu {
2020-10-04 21:58:28 +00:00
background-color: #333;
2020-10-09 21:52:24 +00:00
}
div.scrollmenu {
2020-10-04 21:58:28 +00:00
overflow: auto;
white-space: nowrap;
width: 100%;
2020-10-04 21:58:28 +00:00
}
div.scrollmenu .label,
2020-10-06 22:21:47 +00:00
div.scrollmenu a,
div.scrollmenu a:not([href]):not([class]) {
2020-10-04 21:58:28 +00:00
display: inline-block;
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
}
div.scrollmenu a.selected,
2020-10-04 21:58:28 +00:00
div.scrollmenu a:hover {
background-color: #777;
}