26 lines
584 B
CSS
26 lines
584 B
CSS
.attesa-message {
|
|
overflow: hidden;
|
|
position: relative;
|
|
border-left-color: #2ea2cc !important;
|
|
}
|
|
.attesa-message a.button-primary,
|
|
.attesa-message a.button-secondary {
|
|
text-decoration: none !important;
|
|
}
|
|
.attesa-message a.attesa-message-close {
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
padding: 10px 15px 10px 21px;
|
|
font-size: 13px;
|
|
line-height: 1.23076923;
|
|
text-decoration: none;
|
|
}
|
|
.attesa-message a.attesa-message-close:before {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 0;
|
|
-webkit-transition: all .1s ease-in-out;
|
|
transition: all .1s ease-in-out;
|
|
}
|