en_btr_frontend/app/styles/components/scrollmenu.scss

18 lines
267 B
SCSS
Raw Normal View History

2020-10-04 21:58:28 +00:00
div.scrollmenu {
background-color: #333;
overflow: auto;
white-space: nowrap;
}
div.scrollmenu a {
display: inline-block;
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
}
div.scrollmenu a:hover {
background-color: #777;
}