jitsi-meet/css/_inlay.scss
theluyuan 38ba663466
Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
init
2025-09-02 14:49:16 +08:00

31 lines
584 B
SCSS

.inlay {
margin-top: 14%;
@include border-radius(4px);
padding: 40px 38px 44px;
color: #fff;
background: lighten(#474747, 20%);
text-align: center;
&__title {
margin: 17px 0;
padding-bottom: 17px;
color: #ffffff;
font-size: 1.25rem;
letter-spacing: 0.3px;
border-bottom: 1px solid lighten(#FFFFFF, 10%);
}
&__text {
color: #ffffff;
display: block;
margin-top: 22px;
font-size: 1rem;
}
&__icon {
margin: 0 10px;
font-size: 3.125rem;
}
}