site menu width
This commit is contained in:
parent
811014c4cc
commit
11401cfe6a
|
@ -0,0 +1,2 @@
|
|||
## Services Page
|
||||
* Have background change as scrolling down the services?
|
|
@ -104,9 +104,15 @@ $z-index-top: 10;
|
|||
top: 0;
|
||||
right: 0;
|
||||
|
||||
padding: 2rem;
|
||||
|
||||
@media (min-width: $bp__layout) {
|
||||
width: 50%;
|
||||
|
||||
background-color: rgba(0, 0, 0, .3);
|
||||
}
|
||||
|
||||
color: #fff; // TEMP
|
||||
}
|
||||
|
||||
.background-container {
|
||||
|
|
|
@ -50,6 +50,7 @@ export default {
|
|||
}
|
||||
|
||||
@media (min-width: $bp__layout) {
|
||||
width: 50%;
|
||||
max-width: 30em;
|
||||
top: 0;
|
||||
right: 100%;
|
||||
|
|
Loading…
Reference in New Issue