mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
41 lines
849 B
SCSS
41 lines
849 B
SCSS
.redirectPageMessage {
|
|
width: 30%;
|
|
margin: 20% auto;
|
|
text-align: center;
|
|
font-size: 24px;
|
|
|
|
.thanks-msg {
|
|
border-bottom: 1px solid #FFFFFF;
|
|
padding-left: 30px;
|
|
padding-right: 30px;
|
|
p {
|
|
margin: 30px auto;
|
|
font-size: 24px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
.hint-msg {
|
|
p {
|
|
margin: 26px auto;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 18px;
|
|
.hint-msg__holder{
|
|
font-weight: 200;
|
|
}
|
|
}
|
|
.happy-software{
|
|
width: 120px;
|
|
height: 86px;
|
|
margin: 0 auto;
|
|
background: transparent;
|
|
}
|
|
}
|
|
.forbidden-msg {
|
|
p {
|
|
font-size: 16px;
|
|
margin-top: 15px;
|
|
}
|
|
}
|
|
}
|