Files
jitsi-meet/css/_inlay.scss

31 lines
584 B
SCSS
Raw Permalink Normal View History

2016-10-31 19:02:32 +02:00
.inlay {
margin-top: 14%;
2017-01-26 17:04:29 -06:00
@include border-radius(4px);
2016-10-31 19:02:32 +02:00
padding: 40px 38px 44px;
color: #fff;
background: lighten(#474747, 20%);
2016-10-31 19:02:32 +02:00
text-align: center;
&__title {
2016-11-09 16:32:09 -06:00
margin: 17px 0;
2016-10-31 19:02:32 +02:00
padding-bottom: 17px;
color: #ffffff;
font-size: 1.25rem;
2016-10-31 19:02:32 +02:00
letter-spacing: 0.3px;
border-bottom: 1px solid lighten(#FFFFFF, 10%);
2016-10-31 19:02:32 +02:00
}
&__text {
color: #ffffff;
2016-10-31 19:02:32 +02:00
display: block;
margin-top: 22px;
font-size: 1rem;
2016-10-31 19:02:32 +02:00
}
&__icon {
margin: 0 10px;
font-size: 3.125rem;
2016-10-31 19:02:32 +02:00
}
2016-11-09 16:32:09 -06:00
}