forked from Botanical/BotanJS
Sendmessage function
This commit is contained in:
@@ -113,6 +113,18 @@ header {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
#contact-errmesg {
|
||||
margin: 0 0.5em;
|
||||
padding: 0.25em 0.5em;
|
||||
color: orangered;
|
||||
background-color: rgba( 0, 0, 0, 0.8 );
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
#contact-errmesg[data-disabled] {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.c-sep {
|
||||
display: inline-block;
|
||||
width: 1px;
|
||||
|
Reference in New Issue
Block a user