show component

This commit is contained in:
2020-03-08 09:45:05 +01:00
committed by smuddy
parent d68cd590ad
commit bb0676a428
53 changed files with 344 additions and 185 deletions

View File

@@ -0,0 +1,32 @@
@import "../../../../../styles/styles";
@import "../../../../../styles/shadow";
nav {
&.head {
position: fixed;
top: 0;
left: 0;
right: 0;
height: 60px;
background: @navigation-background;
z-index: 1;
.card-3;
display: flex;
align-items: flex-end;
justify-content: space-between;
}
}
.actions {
display: flex;
height: 100%;
align-items: center;
}
.links {
display: flex;
}