crap
This commit is contained in:
35
src/pages/LeadsPage/ui/LeadsPage.module.css
Normal file
35
src/pages/LeadsPage/ui/LeadsPage.module.css
Normal file
@@ -0,0 +1,35 @@
|
||||
.container {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.header {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.header-input {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
.header-button {
|
||||
height: 100%;
|
||||
width: 10%;
|
||||
min-width: 5rem;
|
||||
}
|
||||
|
||||
.search-input {
|
||||
|
||||
}
|
||||
|
||||
.boards {
|
||||
margin-top: 1rem;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
gap: 0.5rem;
|
||||
justify-content: center;
|
||||
/*background-color: rebeccapurple;*/
|
||||
padding-right: 5%;
|
||||
padding-left: 5%;
|
||||
}
|
||||
Reference in New Issue
Block a user