Style the alert to be in line witht the rest of the design
This commit is contained in:
parent
6fb59dd268
commit
9409cabc08
1 changed files with 5 additions and 3 deletions
|
@ -37,8 +37,6 @@ body {
|
||||||
border-left: 1px solid #121212;
|
border-left: 1px solid #121212;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
input#sendMessage {
|
input#sendMessage {
|
||||||
border: 0;
|
border: 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -222,9 +220,13 @@ input[type=text], input[type=password] {
|
||||||
color: deepskyblue;
|
color: deepskyblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.danger {
|
.danger, .alert-danger {
|
||||||
background-color: rgb(217, 83, 79);
|
background-color: rgb(217, 83, 79);
|
||||||
}
|
}
|
||||||
|
.alert-danger {
|
||||||
|
border-color: #121212;
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.color-28 {
|
.color-28 {
|
||||||
color: greenyellow;
|
color: greenyellow;
|
||||||
|
|
Loading…
Reference in a new issue