This commit is contained in:
2017-08-20 23:57:42 +02:00
parent 2f694bc661
commit c86fef761f
22 changed files with 5135 additions and 321 deletions

View File

@@ -1,4 +1,59 @@
body {
margin: 0;
background: #333;
}
background: #131313;
color:#e9188d;
}
.btn-success {
color: #e9188d;
background-color: #131313;
border-color: #e9188d;
transition: all .3s;
}
.btn-success:hover ,.btn-success:active,.btn-success:focus,.dropdown-toggle:focus,.dropdown-toggle:active,.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
color: #131313 !important;
background-color: #e9188d !important;
border-color: #e9188d !important;
transition: all .3s;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: rgb(233, 24, 141);
background-color: #131313;
}
.dropdown-menu{
background-color: #131313;
}
span.input-group-btn.open > ul > li> a{
background-image:none;
}
.progress{
background-image:none;
background-color: #131313;
box-shadow: inset 0px 0px 3px 0px #da1985;
}
.progress-bar{
background-image:none;
background-color: #131313;
box-shadow: inset 0px 0px 12px 0px #da1985;
}
.media:first-child {
margin-top: 15px;
}
.media {
box-shadow: 0px 0px 6px 1px #ff008e;
}
.sidebar-nav {
padding: 10px;
}
.nav.nav-list a {
padding: 5px 10px;
}
.nav-header {
font-weight: bold;
}
.scroll{
overflow-y: scroll;
height: calc( 100vh - 46px);
}