1
0
Fork 0
mirror of https://github.com/fastogt/fastocloud_admin.git synced 2025-03-09 23:38:52 +00:00
fastocloud_admin/app/static/assets/css/contact.css
2019-08-22 07:16:08 -04:00

12 lines
No EOL
252 B
CSS

#message {
width: 500px;
height: 100px;
background-color: #fafafa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border: 1px solid #cccccc;
margin-bottom: 10px;
padding: 5px;
font-size: 1.1em;
}