lbry-desktop/src/renderer/scss/component/_header.scss

18 lines
334 B
SCSS
Raw Normal View History

2018-03-26 23:32:43 +02:00
.header {
display: flex;
2018-03-26 23:32:43 +02:00
z-index: 1;
justify-content: space-between;
padding: $spacing-width $spacing-width 0 $spacing-width;
background-color: var(--color-bg);
}
2018-03-26 23:32:43 +02:00
.header__actions-right {
margin-left: auto;
padding-left: $spacing-vertical / 2;
display: flex;
2017-04-27 15:17:18 +02:00
2018-03-26 23:32:43 +02:00
.btn {
margin-left: $spacing-vertical * 1/3;
}
}