refactor(common): gc common.scss, organize styles in proper places
This commit is contained in:
parent
9bf5d0f4ce
commit
99573f30b8
21 changed files with 163 additions and 184 deletions
|
|
@ -1,5 +1,14 @@
|
|||
#onboarding-collect-email {
|
||||
background: rgb(17, 209, 166);
|
||||
.overlay {
|
||||
position: absolute;
|
||||
top:0;
|
||||
left:0;
|
||||
width:100%;
|
||||
height: 100%;
|
||||
background: rgba(0,0,0,.4);
|
||||
z-index: 4;
|
||||
}
|
||||
.scroll-content {
|
||||
margin-top: 0;
|
||||
height: 101%;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue