description editor > ui change on header
This commit is contained in:
parent
c4b8bbd5f4
commit
2dc5c7525b
|
@ -151,22 +151,21 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.description-to-plan {
|
.description-to-plan {
|
||||||
display: flex;
|
|
||||||
align-items: center;
|
|
||||||
padding: 0;
|
|
||||||
text-align: left;
|
text-align: left;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: var(--primary-color);
|
background-color: var(--primary-color);
|
||||||
line-height: 25px;
|
color: var(--primary-text);
|
||||||
|
border-radius: 6px;
|
||||||
|
padding: 0 0.4rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.plan-info {
|
.plan-info {
|
||||||
padding-top: 0.75rem;
|
margin-top: 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.plan-label {
|
.plan-label {
|
||||||
min-width: 67px;
|
min-width: 67px;
|
||||||
height: 37px;
|
height: 37px;
|
||||||
|
@ -187,11 +186,10 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
line-height: 25px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.open-in-new-icon {
|
.open-in-new-icon {
|
||||||
color: #434343;
|
color: #000000;
|
||||||
opacity: 0.75;
|
opacity: 0.75;
|
||||||
}
|
}
|
||||||
.open-in-new-icon:hover {
|
.open-in-new-icon:hover {
|
||||||
|
|
Loading…
Reference in New Issue