25 lines
594 B
CSS
25 lines
594 B
CSS
.attesa-extra-double-button-wrap {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.awp-double-main-button-container {
|
|
flex-direction: row;
|
|
display: flex;
|
|
position: relative;
|
|
}
|
|
.awp-first-button-content {
|
|
position: relative;
|
|
}
|
|
.awp-double-main-button-container .awp-divider-button-content {
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
transform: translate(50%, -50%);
|
|
line-height: 1;
|
|
}
|
|
.awp-first-button-link,
|
|
.awp-second-button-link {
|
|
display: block;
|
|
-webkit-transition: background-color 0.3s, color 0.3s;
|
|
transition: background-color 0.3s, color 0.3s;
|
|
} |