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,8 +11,13 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
.import-project-button {
|
||||
padding: .33rem .5rem;
|
||||
.create-options a {
|
||||
&.create-project-btn {
|
||||
margin-right: .25rem;
|
||||
padding: .6rem 2.5rem;
|
||||
}
|
||||
&.import-project-button {
|
||||
padding: .53rem .8rem;
|
||||
&:hover {
|
||||
background: $grayer;
|
||||
}
|
||||
|
@ -20,6 +25,7 @@
|
|||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.project-list-section {
|
||||
display: flex;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue