Files
jitsi-meet/css/_inlay.scss
raduanastase8x8 6fa94b0bb4 style(general) Replaced fixed values for font-size and line-height with rem (#15917)
* style(general) Replaced font-size fixed units with rem

* style(general) Replaced font-size fixed units with rem in the tokens

* style(general) Replaced line-height fixed units with rem
2025-04-10 16:06:52 +03: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;
}
}