mirror of
https://github.com/overleaf/overleaf.git
synced 2025-03-04 21:13:07 +00:00
Add lightbox shadows.
This commit is contained in:
parent
97b92928dc
commit
31697bd1e2
1 changed files with 6 additions and 0 deletions
|
@ -50,10 +50,12 @@
|
|||
left: 50%;
|
||||
width: @feat-onboard-wrapper-width;
|
||||
margin-left: -@feat-onboard-wrapper-width / 2;
|
||||
text-shadow: 0 0 70px rgba(255, 255, 255, 0.5);
|
||||
}
|
||||
.feat-onboard-title {
|
||||
color: @brand-primary;
|
||||
margin-bottom: 50px;
|
||||
|
||||
}
|
||||
.feat-onboard-title-name {
|
||||
color: #FFF;
|
||||
|
@ -80,4 +82,8 @@
|
|||
|
||||
.feat-onboard-btn-wrapper {
|
||||
margin-bottom: 10px;
|
||||
|
||||
> .btn {
|
||||
box-shadow: 0 0 70px rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue