blob: ef9f79e03cc1de10fe53a979c6054faf67a7ee93 [file] [log] [blame]
/*
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
*/
help#mpinHelpTag {
display: none;
opacity: 0;
color: black;
-webkit-transition: all 1s ease-out;
position: absolute;
background-color: rgba(255,255,255,0.8);
top: 0;
right: 0;
left: 0;
bottom: 0;
width: 99%;
height: 95%;
z-index: 999999;
margin:1px;
#mpinHelpContainer {
display: none;
background-color: white;
width: 85%;
height: 80%;
position: relative;
text-align: left;
border: 1px solid #acacac;
margin: 0 auto;
top: 45px;
@include border-radius(5px);
padding: 15px 10px 10px;
-webkit-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.50);
-moz-box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.50);
box-shadow: 1px 2px 4px 0px rgba(50, 50, 50, 0.50);
//, &:before
#mpinInfoCloseCorner {
@include help-popup-corner-icon();
}
#mpinButtonsContainer {
position: absolute;
width: 90%;
bottom: 0%;
.mpinBtm10 {
margin-bottom: 10px;
}
.mpinPadd12 {
padding:12px 0px;
}
}
.mpinBtnContainer {
@include buttons-box();
.mpinButton {
@include mpinButton();
&.mpinBtnClick {
}
}
.mpinButtonDark {
@include mpin-dark-button();
}
.mpinBtnBack {
background: #ededed;
border-bottom-color: #bcbcbc;
color: #000;
}
}
}
// Option choose styling
.mpinGrey {
background: #7E7E7E;
padding:12px 0px;
}
.mpinGreen {
background: #44A800;
margin-bottom: 8px;
}
.mpinBlue {
background: #0686CF;
margin-bottom: 8px;
padding:12px 0px;
}
.mpinHelpText {
height: 68%;
color:#353535;
font-size:0.93em;
line-height:1.3em;
}
}
info.mpinHelpInfo {
width: 100%;
display: block;
color: black;
cursor: pointer;
text-align: center;
/*position: absolute;*/
/*bottom: 10%;*/
font-size: 13px;
&.mpAbsolute {
position: absolute;
bottom: 14%;
}
i {
display: block;
height: 20px;
display: inline-block;
position: relative;
top: 5px;
margin: 0px 5px 0px -8px;
@include help-info-icon();
}
&.helpHubTitle {
bottom: auto;
position: relative;
font-weight: bold;
padding: 10px 10px 15px;
border-bottom: 1px solid #EAEAEA;
font-size: 90%;
}
&.mpinInitialPos {
position: initial;
}
&.mpinBorder0 {
border: 0px;
min-height: 16%;
}
}
.mpinHelpBlock {
/*width: 90%;*/
margin: 0px auto;
overflow: hidden;
/*margin-bottom: 15px;*/
& ul {
/*list-style-type:disc;*/
}
& li {
border-bottom: 1px solid #EAEAEA;
padding: 10px 10px 10px 30px;
margin: 0px;
cursor: pointer;
text-align:left;
background-image: url("#{$IMAGES}/bullet.svg");
background-position: 10px 12px;
background-repeat: no-repeat;
}
& li a:hover {
color:red;
}
p {
font-size: 90%;
padding: 5px 15px 10px;
text-align: left;
}
}
.mpinHelpAnswerBlock {
@include help-box();
}
.mpinHelpAnswerBlock2 {
@include help-box();
height: 65%;
}
.mpinHelpHubFooter {
/*width: 90%;*/
margin: 0px auto;
padding: 10px;
margin-top: 5%;
border-bottom: 1px solid grey;
}
.mpinPurple, .mpinPurple strong {
font-weight: bold;
@include mobile-text();
}
.mpinPurple a {
font-weight: bold;
@include mobile-text();
text-decoration: none;
}