Merge branch 'master' of code-repo.d4science.org:MaDgIK/openaire-theme
This commit is contained in:
commit
60be89ef46
|
@ -13,6 +13,7 @@
|
|||
@import "structure/card.css";
|
||||
@import "structure/navbar.css";
|
||||
@import "structure/list.css";
|
||||
@import "structure/alert.css";
|
||||
@import "structure/slider.css";
|
||||
@import "structure/input.css";
|
||||
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
.uk-alert-warning, .uk-alert-danger, .uk-alert-success{
|
||||
background: #fff;
|
||||
color: #4b4b4b;
|
||||
}
|
||||
|
||||
.uk-alert-warning {
|
||||
border: #ffcd19 solid 1px;
|
||||
|
||||
}
|
||||
.uk-alert-danger{
|
||||
border: #bb121a solid 1px;
|
||||
|
||||
}
|
||||
.uk-alert-success{
|
||||
border: #19eea5 solid 1px;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue