add btn--danger
This commit is contained in:
parent
a6fb7a6e3b
commit
6cb02eecec
1 changed files with 7 additions and 0 deletions
|
@ -1425,6 +1425,13 @@ footer {
|
||||||
background: hsl(145,51%,45%);
|
background: hsl(145,51%,45%);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn--danger,
|
||||||
|
.btn--danger:hover,
|
||||||
|
.btn--danger:focus {
|
||||||
|
color: white;
|
||||||
|
background: hsl(0,65%,55%);
|
||||||
|
}
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
width: 260px;
|
width: 260px;
|
||||||
background: #26272e;
|
background: #26272e;
|
||||||
|
|
Loading…
Reference in a new issue