styled admin panel
This commit is contained in:
parent
512779f989
commit
6898c07fda
@ -49,3 +49,22 @@ img:hover
|
|||||||
{
|
{
|
||||||
filter: invert(25%);
|
filter: invert(25%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#panels
|
||||||
|
{
|
||||||
|
display: flex;
|
||||||
|
height: 88.5vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#left_panel, #right_panel
|
||||||
|
{
|
||||||
|
width: 50%;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
padding: 2vh;
|
||||||
|
}
|
||||||
|
|
||||||
|
#left_panel
|
||||||
|
{
|
||||||
|
border-right: 1px solid #3E392F;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user