Move home component width to .home-component selector
This commit is contained in:
parent
20a3c0c7df
commit
88e2a229a4
@ -1,7 +1,6 @@
|
|||||||
@import "theme.scss";
|
@import "theme.scss";
|
||||||
|
|
||||||
.dashboard-container {
|
.dashboard-container {
|
||||||
width: calc(100% - 22rem - 16rem);
|
|
||||||
.dashboard-header {
|
.dashboard-header {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
.home-component {
|
.home-component {
|
||||||
background: #1c1c1c;
|
background: #1c1c1c;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
width: calc(100% - 22rem - 16rem);
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
padding: 0.2rem 1.5rem 1.5rem 1rem;
|
padding: 0.2rem 1.5rem 1.5rem 1rem;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
@import "theme.scss";
|
@import "theme.scss";
|
||||||
|
|
||||||
.search-container {
|
.search-container {
|
||||||
width: calc(100% - 22rem - 16rem);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user