Skip to content

Commit

Permalink
Merge branch 'pr/1114' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Lionel Laské committed Nov 20, 2022
2 parents 73400cd + d34b90c commit 1f878fd
Show file tree
Hide file tree
Showing 8 changed files with 128 additions and 1,183 deletions.
162 changes: 83 additions & 79 deletions activities/Calculate.activity/css/activity.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,118 +109,122 @@ calc-container {
font-weight: bold !important;
font-size: 200% !important;
}
.tutorial-title {
background-color: #808080 !important;
color: #ffffff !important;
}

.tutorial-prev-icon {
display: inline-flex;
width: 90px;
}

.tutorial-prev-icon.icon-button {
color: white;
}
/* UI styling for introJs-tutorial */

.tutorial-prev-icon.icon-button.disabled {
color: black;
.introjs-overlay {
background-color: #000 !important;
opacity: .8 !important;
}

.tutorial-prev-icon1 {
margin-left: 6px;
margin-top: 6px;
.introjs-tooltip {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif!important;
border-radius: 6px !important;
padding: 2px 1px !important;
font-size: 14px !important;
}

.tutorial-prev-icon2 {
background-image: url(../icons/go-left.svg);
width: 20px;
height: 20px;
background-size: 20px 20px;
.introjs-helperLayer{
background: inherit !important;
opacity: 0.6 !important;
}

.tutorial-prev-icon3 {
display: none;
width: 20px;
height: 20px;
background-size: 20px 20px;
background-color: white;
margin-top: -20px;
}

.tutorial-next-icon {
display: inline-flex;
width: 90px;
.customTooltip .introjs-tooltip-header {
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
color : #ffffff;
text-shadow: none;
background-color: #808080;
margin: 0;
padding: 0px 10px;
border-bottom: 1px solid #ebebeb;
border-radius: 5px 5px 0 0;
}

.tutorial-next-icon.icon-button {
color: white;
.customTooltip .introjs-tooltip-title {
font-size: 14px;
padding: 0px 8px;
font-weight: 800;
color: #ffffff;
}

.tutorial-next-icon.icon-button.disabled {
color: black;
.customTooltip .introjs-tooltiptext {
color: #000000;
line-height: 1.42857143;
}

.tutorial-next-icon1 {
margin-left: 6px;
margin-top: 6px;
.customTooltip .introjs-skipbutton {
float: right;
cursor: pointer;
background-image: url(../icons/dialog-cancel.svg);
width: 25px;
height: 25px;
background-size: 25px 25px;
margin-top: 2px;
padding: 0px;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}

.tutorial-next-icon2 {
.customTooltip .introjs-nextbutton::before {
content: "";
margin-right: 6px;
background-image: url(../icons/go-right.svg);
width: 20px;
height: 20px;
background-size: 20px 20px;
}

.tutorial-next-icon3 {
display: none;
.customTooltip .introjs-prevbutton::before {
content: "";
margin-right: 6px;
background-image: url(../icons/go-left.svg);
width: 20px;
height: 20px;
background-size: 20px 20px;
background-color: white;
margin-top: -20px;
}

.tutorial-end-icon {
display: inline-flex;
width: 90px;
}

.tutorial-end-icon.icon-button {
color: white;
}

.tutorial-end-icon.icon-button.disabled {
color: black;
.customTooltip .introjs-tooltipbuttons {
display: flex;
flex-wrap:wrap;
justify-content: center;
align-items: center;
cursor: pointer;
border-top: 0px;
padding: 0px;
text-align: center;
white-space: normal;
}

.tutorial-end-icon1 {
margin-left: 6px;
margin-top: 6px;
.customTooltip .introjs-button {
text-shadow: none;
border-radius: 22px;
margin: 5px 8px 8px 8px;
width: fit-content;
background-color: #808080 !important;
display: flex !important;
align-items: center !important;
color: white !important;
padding: 6px 20px 6px 10px;
border: 0px;
}

.tutorial-end-icon2 {
background-image: url(../icons/dialog-cancel.svg);
width: 20px;
height: 20px;
background-size: 20px 20px;
.customTooltip .introjs-button:focus {
-webkit-box-shadow: 0 0 0 0rem rgba(158, 158, 158, .5);
box-shadow: 0 0 0 0rem rgba(158, 158, 158, .5);
border: 0px;
background-color: #808080 !important;
}

.tutorial-end-icon3 {
display: none;
width: 20px;
height: 20px;
background-size: 20px 20px;
background-color: white;
margin-top: -20px;
.customTooltip .introjs-disabled {
color: black !important;
border: 0px;
opacity: .65;
}

.icon-tutorial-text {
margin-top: 7px;
padding-left: 4px;
padding-right: 38px;
display: inline-block;
.customTooltip .introjs-disabled:focus {
-webkit-box-shadow: 0 0 0 0rem rgba(158, 158, 158, .5);
box-shadow: 0 0 0 0rem rgba(158, 158, 158, .5);
border: 0px;
}

.web-activity-icon {
Expand Down Expand Up @@ -307,4 +311,4 @@ calc-container {
-ms-user-select: none;
user-select: none;

}
}
Loading

0 comments on commit 1f878fd

Please sign in to comment.