2018-04-14 00:00:40 +00:00
|
|
|
.deep-linking-mobile {
|
2016-12-22 12:50:20 +00:00
|
|
|
background-color: #fff;
|
|
|
|
height: 100vh;
|
2018-02-21 01:25:22 +00:00
|
|
|
overflow: auto;
|
|
|
|
position: relative;
|
2017-01-13 22:37:53 +00:00
|
|
|
width: 100vw;
|
2016-12-22 12:50:20 +00:00
|
|
|
|
2018-04-14 00:00:40 +00:00
|
|
|
.header {
|
|
|
|
width: 100%;
|
|
|
|
height: 70px;
|
2019-03-15 11:07:45 +00:00
|
|
|
background-color: $deepLinkingMobileHeaderBackground;
|
2018-04-14 00:00:40 +00:00
|
|
|
text-align: center;
|
|
|
|
.logo {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2019-03-15 11:07:45 +00:00
|
|
|
height: $deepLinkingMobileLogoHeight;
|
2018-04-14 00:00:40 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2017-12-11 23:45:57 +00:00
|
|
|
a {
|
2019-11-05 12:02:39 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: $deepLinkingMobileLinkColor;
|
2017-12-11 23:45:57 +00:00
|
|
|
}
|
|
|
|
|
2016-12-22 12:50:20 +00:00
|
|
|
&__body {
|
2017-01-19 15:47:22 +00:00
|
|
|
color: $unsupportedBrowserTextColor;
|
2016-12-22 12:50:20 +00:00
|
|
|
margin: auto;
|
|
|
|
max-width: 40em;
|
2018-03-07 19:30:16 +00:00
|
|
|
padding: 35px 0 40px 0;
|
2016-12-22 12:50:20 +00:00
|
|
|
text-align: center;
|
2019-02-26 13:32:46 +00:00
|
|
|
width: 90%;
|
2016-12-23 16:21:51 +00:00
|
|
|
|
|
|
|
a:active {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2018-04-14 00:00:40 +00:00
|
|
|
|
|
|
|
.image {
|
|
|
|
max-width: 80%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&__text {
|
|
|
|
font-weight: bolder;
|
2019-11-05 12:02:39 +00:00
|
|
|
font-size: $deepLinkingMobileTextFontSize;
|
|
|
|
line-height: $deepLinkingMobileTextLineHeight;
|
2018-04-14 00:00:40 +00:00
|
|
|
padding: 10px 10px 0px 10px;
|
2016-12-22 12:50:20 +00:00
|
|
|
}
|
|
|
|
|
2018-02-21 01:25:22 +00:00
|
|
|
&__text,
|
2018-04-14 00:00:40 +00:00
|
|
|
.deep-linking-dial-in {
|
2019-02-26 13:32:46 +00:00
|
|
|
font-size: 1em;
|
2016-12-22 12:50:20 +00:00
|
|
|
line-height: em(29px, 21px);
|
2017-01-13 22:37:53 +00:00
|
|
|
margin-bottom: 0.65em;
|
2016-12-22 12:50:20 +00:00
|
|
|
|
|
|
|
&_small {
|
2017-01-25 22:11:44 +00:00
|
|
|
font-size: 1.5em;
|
2016-12-22 12:50:20 +00:00
|
|
|
margin-bottom: 1em;
|
2017-01-13 22:37:53 +00:00
|
|
|
margin-top: em(21, 18);
|
2016-12-22 12:50:20 +00:00
|
|
|
|
|
|
|
strong {
|
|
|
|
font-size: em(21, 18);
|
|
|
|
}
|
|
|
|
}
|
2019-02-26 13:32:46 +00:00
|
|
|
|
|
|
|
table {
|
|
|
|
font-size: 1em;
|
|
|
|
}
|
|
|
|
|
2023-02-23 15:01:55 +00:00
|
|
|
|
|
|
|
.dial-in-conference-id {
|
|
|
|
text-align: center;
|
|
|
|
min-width: 200px;
|
|
|
|
margin-top: 40px;
|
|
|
|
}
|
|
|
|
|
2019-02-26 13:32:46 +00:00
|
|
|
.dial-in-conference-id {
|
2019-11-05 12:02:39 +00:00
|
|
|
margin: $deepLinkingDialInConferenceIdMargin;
|
|
|
|
padding: $deepLinkingDialInConferenceIdPadding;
|
|
|
|
background-color: $deepLinkingDialInConferenceIdBackgroundColor;
|
|
|
|
border-radius: $deepLinkingDialInConferenceIdBorderRadius;
|
|
|
|
}
|
|
|
|
|
2019-02-26 13:32:46 +00:00
|
|
|
.dial-in-conference-description {
|
2019-11-05 12:02:39 +00:00
|
|
|
font-size: $deepLinkingDialInConferenceDescriptionFontSize;
|
|
|
|
line-height: $deepLinkingDialInConferenceDescriptionLineHeight;
|
|
|
|
margin-bottom: $deepLinkingDialInConferenceDescriptionMarginBottom;
|
|
|
|
}
|
|
|
|
|
2019-02-26 13:32:46 +00:00
|
|
|
.toll-free-list {
|
|
|
|
min-width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.numbers-list {
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
2019-02-26 17:01:40 +00:00
|
|
|
|
|
|
|
li.toll-free:empty:before {
|
|
|
|
content: '.';
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
2016-12-22 12:50:20 +00:00
|
|
|
}
|
|
|
|
|
2018-04-14 00:00:40 +00:00
|
|
|
&__href {
|
|
|
|
height: 2.2857142857142856em;
|
2019-11-05 12:02:39 +00:00
|
|
|
line-height: $depLinkingMobileHrefLineHeight;
|
2018-04-14 00:00:40 +00:00
|
|
|
margin: 18px auto 20px;
|
|
|
|
max-width: 300px;
|
|
|
|
width: auto;
|
2019-11-05 12:02:39 +00:00
|
|
|
font-weight: $deepLinkingMobileHrefFontWeight;
|
|
|
|
font-size: $deepLinkingMobileHrefFontSize;
|
2016-12-22 12:50:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&__button {
|
|
|
|
border: 0;
|
2019-11-05 12:02:39 +00:00
|
|
|
height: $deepLinkingMobileButtonHeight;
|
|
|
|
line-height: $deepLinkingMobileButtonLineHeight;
|
|
|
|
margin: $deepLinkingMobileButtonMargin;
|
2018-04-14 00:00:40 +00:00
|
|
|
padding: 0px 10px 0px 10px;
|
2016-12-22 12:50:20 +00:00
|
|
|
max-width: 300px;
|
2019-11-05 12:02:39 +00:00
|
|
|
width: $deepLinkingMobileButtonWidth;
|
2017-12-04 23:16:16 +00:00
|
|
|
@include border-radius(3px);
|
2017-01-19 15:47:22 +00:00
|
|
|
background-color: $unsupportedBrowserButtonBgColor;
|
2017-12-04 23:16:16 +00:00
|
|
|
color: #505F79;
|
2019-11-05 12:02:39 +00:00
|
|
|
font-weight: $deepLinkingMobileButtonFontWeight;
|
|
|
|
font-size: $deepLinkingMobileButtonFontSize;
|
2016-12-22 12:50:20 +00:00
|
|
|
|
|
|
|
&:active {
|
2017-01-19 15:47:22 +00:00
|
|
|
background-color: $unsupportedBrowserButtonBgColor;
|
2016-12-22 12:50:20 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
&_primary {
|
2017-01-19 15:47:22 +00:00
|
|
|
background-color: $primaryUnsupportedBrowserButtonBgColor;
|
2017-12-04 23:16:16 +00:00
|
|
|
color: #FFFFFF;
|
2019-11-05 12:02:39 +00:00
|
|
|
border-radius: $primaryDeepLinkingMobileButtonBorderRadius;
|
2016-12-22 12:50:20 +00:00
|
|
|
&:active {
|
2017-01-19 15:47:22 +00:00
|
|
|
background-color: $primaryUnsupportedBrowserButtonBgColor;
|
2016-12-22 12:50:20 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2018-02-21 01:25:22 +00:00
|
|
|
|
2018-04-14 00:00:40 +00:00
|
|
|
.deep-linking-dial-in {
|
2018-02-21 01:25:22 +00:00
|
|
|
display: none;
|
|
|
|
|
|
|
|
&.has-numbers {
|
|
|
|
align-items: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dial-in-numbers-list {
|
|
|
|
color: $unsupportedBrowserTextColor;
|
2019-03-15 11:07:45 +00:00
|
|
|
padding-left: 20px;
|
2018-02-21 01:25:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.dial-in-numbers-body {
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
}
|
2017-01-13 22:37:53 +00:00
|
|
|
}
|