Skip to content
Snippets Groups Projects
Commit d19a61da authored by Rodrigo Nascimento's avatar Rodrigo Nascimento
Browse files

Fix connection warning

parent 781ef344
No related merge requests found
......@@ -59,6 +59,23 @@ code {
font-weight: bold;
}
.text-center {
text-align: center;
}
.alert {
padding: 15px;
margin-bottom: 20px;
border: 1px solid rgba(0, 0, 0, 0);
border-radius: 4px;
}
.alert-warning {
color: #8A6D3B;
background-color: #FCF8E3;
border-color: #FAEBCC;
}
.hidden {
visibility: hidden !important;
display: none !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment