parent
ea87905527
commit
f992086625
2 changed files with 14 additions and 1 deletions
|
@ -1265,3 +1265,16 @@ a:focus {
|
|||
top: 5px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
.co-alert-popin-warning {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.co-alert-popin-warning {
|
||||
display: block;
|
||||
margin: 0px;
|
||||
margin-top: 10px;
|
||||
float: none;
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue