border-radius: 4px;
opacity: 0;
}
&>.btn {
color: rgba(255, 255, 255, 0.65);
border-color: rgba(0, 0, 0, 0);
background-color: rgba(0, 0, 0, 0);
&:hover {
color: white;
background-color: $brand-primary;
}
}
&:hover {
opacity: 1;
}
}
&.active &__opt {
opacity: 1;
}
&.lock &__opt::after {
display: block;
}
.popover {
width: 213px;
background-color: white;
color: rgba(0, 0, 0, 0.65);
position: absolute;
bottom: 12px;
left: 12px;
padding: 16px 20px;
border-radius: 4px;
}
.btn-block {
display: flex;
flex-direction: row-reverse;
margin-top: 14px;
}
}
.div-footer {
height: 32px;
margin-top: 6px;
}
</style>
|
||
18 | 18 |
|
19 | 19 |
|
20 | 20 |
|
21 |
|
|
22 |
|
|
23 |
|
|
24 |
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
|
|
29 |
|
|
30 |
|
|
31 |
|
|
32 |
|
|
33 |
|
|
21 | 34 |
|
22 | 35 |
|
23 | 36 |
|