BSBMaterial added
This commit is contained in:
45
app/assets/stylesheets/BSBMaterial/themes/theme-pink.css
Normal file
45
app/assets/stylesheets/BSBMaterial/themes/theme-pink.css
Normal file
@@ -0,0 +1,45 @@
|
||||
.theme-pink .navbar {
|
||||
background-color: #E91E63; }
|
||||
|
||||
.theme-pink .navbar-brand {
|
||||
color: #fff; }
|
||||
.theme-pink .navbar-brand:hover {
|
||||
color: #fff; }
|
||||
.theme-pink .navbar-brand:active {
|
||||
color: #fff; }
|
||||
.theme-pink .navbar-brand:focus {
|
||||
color: #fff; }
|
||||
|
||||
.theme-pink .nav > li > a {
|
||||
color: #fff; }
|
||||
.theme-pink .nav > li > a:hover {
|
||||
background-color: transparent; }
|
||||
.theme-pink .nav > li > a:focus {
|
||||
background-color: transparent; }
|
||||
|
||||
.theme-pink .nav .open > a {
|
||||
background-color: transparent; }
|
||||
.theme-pink .nav .open > a:hover {
|
||||
background-color: transparent; }
|
||||
.theme-pink .nav .open > a:focus {
|
||||
background-color: transparent; }
|
||||
|
||||
.theme-pink .bars {
|
||||
color: #fff; }
|
||||
|
||||
.theme-pink .sidebar .menu .list li.active {
|
||||
background-color: transparent; }
|
||||
.theme-pink .sidebar .menu .list li.active > :first-child i, .theme-pink .sidebar .menu .list li.active > :first-child span {
|
||||
color: #E91E63; }
|
||||
|
||||
.theme-pink .sidebar .menu .list .toggled {
|
||||
background-color: transparent; }
|
||||
|
||||
.theme-pink .sidebar .menu .list .ml-menu {
|
||||
background-color: transparent; }
|
||||
|
||||
.theme-pink .sidebar .legal {
|
||||
background-color: #fff; }
|
||||
.theme-pink .sidebar .legal .copyright a {
|
||||
color: #E91E63 !important; }
|
||||
|
||||
Reference in New Issue
Block a user