Projects Navigation styles
parent
351d946ea9
commit
d73d9acd45
|
@ -10,7 +10,7 @@ div.create-project-button-wrapper
|
||||||
title="{{'PROJECT.NAVIGATION.ACTION_CREATE_PROJECT' | translate}}")
|
title="{{'PROJECT.NAVIGATION.ACTION_CREATE_PROJECT' | translate}}")
|
||||||
span(translate="PROJECT.NAVIGATION.ACTION_CREATE_PROJECT")
|
span(translate="PROJECT.NAVIGATION.ACTION_CREATE_PROJECT")
|
||||||
|
|
||||||
div(tg-import-project-button)
|
div(tg-import-project-button)
|
||||||
a.button-blackish.import-project-button(href="",
|
a.button-blackish.import-project-button(href="",
|
||||||
title="{{'PROJECT.NAVIGATION.TITLE_ACTION_IMPORT' | translate}}")
|
title="{{'PROJECT.NAVIGATION.TITLE_ACTION_IMPORT' | translate}}")
|
||||||
span.icon.icon-upload
|
span.icon.icon-upload
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
.projects-nav {
|
.projects-nav {
|
||||||
background-color: $gray;
|
background-color: $blackish;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
Loading…
Reference in New Issue