+ initial import

This commit is contained in:
Taegus
2018-12-16 13:33:09 +01:00
commit 554f96387b
47 changed files with 14962 additions and 0 deletions

45
assets/styles/buttons.css Normal file
View File

@@ -0,0 +1,45 @@
.btn-etho {
color: #ffffff;
background-color: #7A1336;
border-color: #450118;
}
.btn-etho:hover,
.btn-etho:focus,
.btn-etho:active,
.btn-etho.active,
.open .dropdown-toggle.btn-etho {
color: #ffffff;
background-color: #B01549;
border-color: #450118;
}
.btn-etho:active,
.btn-etho.active,
.open .dropdown-toggle.btn-etho {
background-image: none;
}
.btn-etho.disabled,
.btn-etho[disabled],
fieldset[disabled] .btn-etho,
.btn-etho.disabled:hover,
.btn-etho[disabled]:hover,
fieldset[disabled] .btn-etho:hover,
.btn-etho.disabled:focus,
.btn-etho[disabled]:focus,
fieldset[disabled] .btn-etho:focus,
.btn-etho.disabled:active,
.btn-etho[disabled]:active,
fieldset[disabled] .btn-etho:active,
.btn-etho.disabled.active,
.btn-etho[disabled].active,
fieldset[disabled] .btn-etho.active {
background-color: #7A1336;
border-color: #450118;
}
.btn-etho .badge {
color: #7A1336;
background-color: #ffffff;
}