Base theme for LMMI Journal
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

22 lines
355 B

/**
* @file
* Visual styles for Magazine+'s alerts.
*/
.header-top-highlighted__section .alert {
padding: 10px 0;
margin: 0;
font-size: 14px;
}
.alert .close {
opacity: 1;
filter: alpha(opacity=1);
text-shadow: none;
padding: 0 10px;
height: 100%;
top: -6px;
right: 0;
font-size: 34px;
}
.alert .close:hover {
color: inherit;
}