mirror of
https://github.com/Shchoholiev/shopping-assistant-web-client.git
synced 2025-04-11 01:18:50 +00:00
24 lines
393 B
CSS
24 lines
393 B
CSS
.page {
|
|
position: relative;
|
|
width: 100%;
|
|
height: 100vh;
|
|
padding: 1.25em;
|
|
}
|
|
|
|
.sidebar-menu {
|
|
position: absolute;
|
|
width: 20em;
|
|
top: 1.25em;
|
|
bottom: 1.25em;
|
|
margin-right: 1.5em;
|
|
transition: 1s;
|
|
}
|
|
|
|
.right-frame {
|
|
position: absolute;
|
|
right: 1.25em;
|
|
left: 23.25em;
|
|
top: 1.25em;
|
|
bottom: 1.25em;
|
|
transition: 1s;
|
|
} |