// fix css + kpi + dashboard
This commit is contained in:
@@ -30,3 +30,14 @@ textarea
|
||||
@extend .badge
|
||||
background-color: $brand-danger
|
||||
|
||||
//tabs
|
||||
.nav-tabs
|
||||
border-bottom: none
|
||||
li a
|
||||
font-size: 1.1em
|
||||
font-family: $headings-font-family
|
||||
text-transform: uppercase
|
||||
font-weight: 300
|
||||
li.active
|
||||
a, a:hover
|
||||
background-color: white
|
||||
@@ -31,6 +31,9 @@
|
||||
font-family: FontAwesome
|
||||
content: "\f0aa"
|
||||
|
||||
.box-stats
|
||||
height: 70px
|
||||
|
||||
#dashboard
|
||||
section
|
||||
header
|
||||
@@ -149,22 +152,8 @@
|
||||
height: 350px
|
||||
|
||||
#dashproducts
|
||||
header
|
||||
margin-bottom: 0
|
||||
nav
|
||||
border-bottom: solid 1px #ddd
|
||||
margin: 0 -11px
|
||||
ul
|
||||
margin: 0 -5px
|
||||
padding: 0
|
||||
text-decoration: none
|
||||
background-color: white
|
||||
li
|
||||
float: left
|
||||
li.active
|
||||
background-color: $brand-primary
|
||||
a
|
||||
color: white
|
||||
|
||||
|
||||
#dashactivity
|
||||
svg
|
||||
height: 150px
|
||||
|
||||
@@ -29,24 +29,25 @@
|
||||
li.maintab
|
||||
position: relative
|
||||
&.active
|
||||
a.title
|
||||
a.title, a.title:hover
|
||||
color: contrast-color($brand-primary, white, #333, 10%)
|
||||
background-color: $brand-primary
|
||||
i
|
||||
color: black
|
||||
background-color: white
|
||||
|
||||
&.active
|
||||
a.title:hover:not(.active)
|
||||
a.title:hover
|
||||
color: contrast-color($main-color, white, #333, 10%)
|
||||
&.expanded
|
||||
a.title
|
||||
color: white
|
||||
background-color: darken($main-color,10%)
|
||||
border-bottom: solid 1px darken($main-color,25%)
|
||||
i
|
||||
color: white
|
||||
&:hover
|
||||
background-color: lighten($main-color,10%)
|
||||
i
|
||||
color: white
|
||||
span.submenu_expand
|
||||
@extend .icon-angle-up
|
||||
ul.submenu
|
||||
@@ -268,7 +269,6 @@
|
||||
display: none
|
||||
|
||||
//icons
|
||||
|
||||
.icon-AdminDashboard
|
||||
@extend .icon-dashboard
|
||||
.icon-AdminCatalog
|
||||
|
||||
@@ -57,4 +57,4 @@ td.actions
|
||||
min-width: 200px
|
||||
|
||||
.bulk-actions
|
||||
margin: 17px 0
|
||||
margin: 17px 0 0 0
|
||||
Reference in New Issue
Block a user