add shadow to .demo-overlay
This commit is contained in:
parent
45c2cd0ab8
commit
ac69fd66c5
|
@ -11,6 +11,7 @@
|
|||
overflow: scroll;
|
||||
font-size: 18px;
|
||||
font-family: 'Ubuntu Mono', 'Monaco', monospace;
|
||||
@include box-shadow(0px -2px 30px 0px rgba(0, 0, 0, 0.40));
|
||||
}
|
||||
|
||||
.terminal {
|
||||
|
|
Loading…
Reference in New Issue