adds bg colour, changes scroller base demo width to max-width
This commit is contained in:
parent
e03717c514
commit
83740d7eaa
1 changed files with 2 additions and 1 deletions
|
|
@ -63,8 +63,9 @@
|
|||
@use '../../../scss/mixins' as mixins;
|
||||
|
||||
.scroller-demo-container {
|
||||
width: mixins.$column-width-normal;
|
||||
max-width: mixins.$column-width-normal;
|
||||
margin: auto;
|
||||
background: #c5dfe8;
|
||||
}
|
||||
|
||||
.step-foreground-container {
|
||||
|
|
|
|||
Loading…
Reference in a new issue