en_btr_frontend/app/styles/components/scrollmenu.scss

19 lines
310 B
SCSS
Raw Normal View History

2020-10-04 21:58:28 +00:00
div.scrollmenu {
background-color: #333;
overflow: auto;
white-space: nowrap;
}
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:hover {
background-color: #777;
}