p5.js-web-editor/styles/components/_nav.scss

16 lines
347 B
SCSS
Raw Normal View History

2016-06-10 04:15:50 +02:00
.nav {
width: 100%;
padding: #{10 / $base-font-size}rem #{40 / $base-font-size}rem;
display: flex;
flex-direction: row;
justify-content: flex-end;
}
.nav__items {
list-style: none;
display: flex;
flex-direction: row;
justify-content: flex-end;
padding: #{5 / $base-font-size}rem #{10 / $base-font-size}rem;
border-bottom: 2px dashed;
}