Dropdown project list import button
parent
83ab7e2c69
commit
c2c7fdf67d
|
@ -14,13 +14,13 @@ div.navbar-dropdown.dropdown-project-list
|
||||||
title="{{'PROJECT.NAVIGATION.SEE_MORE_PROJECTS' | translate}}",
|
title="{{'PROJECT.NAVIGATION.SEE_MORE_PROJECTS' | translate}}",
|
||||||
translate="PROJECT.NAVIGATION.SEE_MORE_PROJECTS")
|
translate="PROJECT.NAVIGATION.SEE_MORE_PROJECTS")
|
||||||
|
|
||||||
|
div.create-options
|
||||||
a.create-project-btn.button-green(
|
a.create-project-btn.button-green(
|
||||||
href="#",
|
href="#",
|
||||||
ng-click="vm.newProject()",
|
ng-click="vm.newProject()",
|
||||||
title="{{'PROJECT.NAVIGATION.ACTION_CREATE_PROJECT' | translate}}",
|
title="{{'PROJECT.NAVIGATION.ACTION_CREATE_PROJECT' | translate}}",
|
||||||
translate="PROJECT.NAVIGATION.ACTION_CREATE_PROJECT")
|
translate="PROJECT.NAVIGATION.ACTION_CREATE_PROJECT")
|
||||||
|
|
||||||
div(tg-import-project-button)
|
a.button-blackish.import-project-button(href="", title="{{'PROJECT.NAVIGATION.TITLE_ACTION_IMPORT' | translate}}", tg-import-project-button)
|
||||||
a.button-blackish.import-project-button(href="", title="{{'PROJECT.NAVIGATION.TITLE_ACTION_IMPORT' | translate}}")
|
|
||||||
span.icon.icon-upload
|
span.icon.icon-upload
|
||||||
input.import-file.hidden(type="file")
|
input.import-file.hidden(type="file")
|
||||||
|
|
|
@ -43,11 +43,6 @@
|
||||||
a {
|
a {
|
||||||
padding: .5rem 2rem;
|
padding: .5rem 2rem;
|
||||||
}
|
}
|
||||||
.navbar-dropdown {
|
|
||||||
a {
|
|
||||||
padding: .8rem .5rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
color: $white;
|
color: $white;
|
||||||
|
@ -124,6 +119,7 @@
|
||||||
a {
|
a {
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
display: block;
|
display: block;
|
||||||
|
padding: .8rem .5rem;
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgba($white, .1);
|
background: rgba($white, .1);
|
||||||
color: $fresh-taiga;
|
color: $fresh-taiga;
|
||||||
|
@ -141,5 +137,17 @@
|
||||||
&.see-more-projects-btn {
|
&.see-more-projects-btn {
|
||||||
margin-bottom: .3rem;
|
margin-bottom: .3rem;
|
||||||
}
|
}
|
||||||
|
&.create-project-btn {
|
||||||
|
flex: 1;
|
||||||
|
}
|
||||||
|
&.import-project-button {
|
||||||
|
padding-left: .75rem;
|
||||||
|
padding-right: .75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
.create-options {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue