Newer
Older
@import "../../css/units.css";
@import "../../css/colors.css";
.card-container {
position:absolute;
}
.left-card, .right-card {
height: 90%;
position: absolute;
top: 5%;
background: $ui-white;
border: 1px solid $ui-tertiary;
opacity: 0.9;
overflow: hidden;
}
.left-card {
border-right: 0;
border-top-left-radius: 0.75rem;
border-bottom-left-radius: 0.75rem;
}
.right-card {
border-left: 0;
border-top-right-radius: 0.75rem;
border-bottom-right-radius: 0.75rem;
}
.left-card::after, .right-card::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
}
.left-button, .right-button {
position: absolute;
top: 50%;
margin-top: -15px;
user-select: none;
cursor: pointer;
background: $extensions-primary;
box-shadow: 0 0 0 4px $extensions-transparent;
border-radius: 100%;
display: flex;
justify-content: center;
align-items: center;
transition: all 0.25s ease;
}
.left-button:hover, .right-button:hover {
transform: scale(1.125);
}
.left-button img, .right-button img{
width: 1.75rem;
}
.left-button {
left: -27px;
}
.right-button {
right: -27px;
}
.card {
border: 1px solid $ui-tertiary;
border-radius: 0.75rem;
display: flex;
flex-direction: column;
cursor: move;
overflow: hidden;
box-shadow: 0px 5px 25px 5px $ui-black-transparent;
align-items: center;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-buttons {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
background: $extensions-primary;
border-bottom: 1px solid $extensions-tertiary;
font-size: 0.625rem;
}
.remove-button, .all-button {
cursor: pointer;
color: white;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 0.75rem;
}
.remove-button:hover, .all-button:hover {
background-color: $ui-black-transparent;
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
}
.step-title {
font-size: 0.9rem;
margin: 0.9rem;
text-align: center;
font-weight: bold;
color: $text-primary;
}
.step-body {
background: $ui-white;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: relative;
text-align: center;
}
.step-video {
height: 337px;
}
.step-image {
max-width: 450px;
background: #F9F9F9;
border: 1px solid #ddd;
border-radius: 0.5rem;
overflow: hidden;
margin: 0 0.5rem 0.5rem;
}
.decks {
display: flex;
flex-direction: row;
justify-content: space-around;
padding: 0 1rem 0.5rem;
}
.deck {
display: flex;
flex-direction: column;
margin: 0 8px 8px;
cursor: pointer;
border: 1px solid $ui-black-transparent;
border-radius: 0.25rem;
overflow: hidden;
}
.deck-image {
height: 100px;
object-fit: cover;
}
.deck-name {
color: $motion-primary;
font-weight: bold;
font-size: 0.85rem;
text-align: center;
font-weight: bold;
text-align: center;
max-width: 200px;
}
.help-icon, .close-icon {
margin-right: 0.25rem;
}
margin-left: 0.25rem;
transform: rotate(45deg);
}
[dir="ltr"] .close-icon {
margin-left: 0.25rem;
}
[dir="rtl"] .close-icon {
margin-right: 0.25rem;
}
.see-all {
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
padding: 0.5rem;
}
.see-all-button {
cursor: pointer;
padding: 0.5rem 1rem;
background-color: $motion-primary;
color: white;
font-weight: bold;
border-radius: 0.25rem;
display: flex;
align-items: center;
color: $ui-white;
font-weight: bold;
text-align: center;
}
margin-left: 0.5rem;
}
[dir="rtl"] .see-all-button img {
margin-right: 0.5rem;
}
.video-cover {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.steps-list {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.active-step-pip, .inactiveStepPip {
width: 0.5rem;
height: 0.5rem;
margin: 0 0.25rem;
border-radius: 100%;
}
.active-step-pip {
background: $ui-white;
box-shadow: 0px 0px 0px 2px $ui-black-transparent;