StyleSheet Dashboard
Deploy / Deploy (push) Successful in 14s
Details
Deploy / Deploy (push) Successful in 14s
Details
This commit is contained in:
parent
4c91cd062f
commit
e28a164a5c
|
@ -515,13 +515,14 @@ h1, h2, h3, h4, h5, h6 {
|
||||||
}
|
}
|
||||||
|
|
||||||
.dashboard-content .banner{
|
.dashboard-content .banner{
|
||||||
height: 300px;
|
max-height: 100vh;
|
||||||
|
min-height: 75vh;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
background: url('/assets/images/background.svg') ;
|
background: var(--deep-ruby) ;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
background-color: var(--primary-color);
|
||||||
padding: 0 25px;
|
padding: 0 25px;
|
||||||
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Reference in New Issue