Use css variables.
This commit is contained in:
8
components/Page.module.css
Normal file
8
components/Page.module.css
Normal file
@@ -0,0 +1,8 @@
|
||||
.container {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 30px;
|
||||
background: var(--gray50);
|
||||
height: 100%;
|
||||
}
|
||||
Reference in New Issue
Block a user