8 lines
74 B
CSS
8 lines
74 B
CSS
|
.alert_header {
|
||
|
cursor: pointer;
|
||
|
}
|
||
|
|
||
|
.alert_details {
|
||
|
display: none;
|
||
|
}
|