feature: refactoring

This commit is contained in:
gaelle morin
2020-12-18 18:39:45 +01:00
parent d772bbb8d7
commit 3f1731728b
2 changed files with 6 additions and 39 deletions

View File

@ -29,7 +29,6 @@ nav {
margin-left: 3px;
margin-right: 3px;
opacity: 0.8;
vertical-align: top;
width: 12px;
div {
@ -38,6 +37,10 @@ nav {
}
}
.sub-menu-name {
margin-right: 15px;
}
/* Ellipsis */
.ellipsis {
@ -59,42 +62,6 @@ nav {
}
}
.sub-menu-name {
margin-right: 15px;
}
/* Ellipsis for project tab */
.circle-tab,
.project-tab {
.project-customer,
.project-name {
display: block;
width: calc(80vw - 96px);
@media(min-width: 1024px) {
width: 100%;
}
}
.project-customer,
.project-name>div {
@media(min-width: 1024px) {
display: block;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
.divider {
height: 1px;
background-color: #D7DBE0;