Minor style fixes in create project options bar
parent
ad2d1d766f
commit
62ee94f214
|
@ -534,7 +534,7 @@
|
|||
"PROJECT": {
|
||||
"WELCOME": "Welcome",
|
||||
"SECTION_PROJECTS": "Projects",
|
||||
"HELP": "TODO. You can reorder your projects in your favorite way by drag&drop, Taiga will remember your order for every project list.\n Remember that the first ten projects will be shown in your rapid access menu in the top bar dropdown menu",
|
||||
"HELP": "Reorder your projects to set in the top the most used ones.<br/> The top 10 projects will appear in the top navigation bar project list",
|
||||
"PRIVATE": "Private project",
|
||||
"STATS": {
|
||||
"PROJECT": "project<br/> points",
|
||||
|
|
|
@ -11,13 +11,19 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
.import-project-button {
|
||||
padding: .33rem .5rem;
|
||||
&:hover {
|
||||
background: $grayer;
|
||||
.create-options a {
|
||||
&.create-project-btn {
|
||||
margin-right: .25rem;
|
||||
padding: .6rem 2.5rem;
|
||||
}
|
||||
.icon-upload {
|
||||
margin: 0;
|
||||
&.import-project-button {
|
||||
padding: .53rem .8rem;
|
||||
&:hover {
|
||||
background: $grayer;
|
||||
}
|
||||
.icon-upload {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.project-list-section {
|
||||
|
|
Loading…
Reference in New Issue