border changes
This commit is contained in:
parent
5aea392616
commit
6f4d92c3af
|
@ -13,12 +13,12 @@
|
||||||
.panel {
|
.panel {
|
||||||
width: 310px;
|
width: 310px;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
border-right: 1px solid var(--grey-2);
|
border-right: 2px solid var(--grey-2);
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
.divider {
|
.divider {
|
||||||
border-bottom: 1px solid var(--grey-2);
|
border-bottom: 2px solid var(--grey-2);
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue