Add dev version

This commit is contained in:
2020-08-29 17:52:13 -05:00
parent 617c7a16c9
commit e24d9ab9ca
55 changed files with 11885 additions and 1 deletions

28
dev/css/custom.css Normal file
View File

@@ -0,0 +1,28 @@
.navbar-default {
border-bottom: 0px;
background-color: #fff;
box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
}
a, .navbar-default a {
color: #06a !important;
font-weight: normal;
}
.disabled > a {
color: #999 !important;
}
.navbar-default a:hover,
.navbar-default .active,
.active > a {
background-color: #f0f0f0 !important;
}
.icon-bar {
background-color: #666 !important;
}
.navbar-collapse {
border-color: #fff !important;
}