mirror of https://github.com/ColorlibHQ/AdminLTE
removed "px"s
parent
3eb5e01c89
commit
d4e3af2995
|
@ -51,7 +51,7 @@
|
|||
.nav-tabs-custom {
|
||||
margin-bottom: 20px;
|
||||
background: #fff;
|
||||
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
|
||||
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
|
||||
> .nav-tabs {
|
||||
margin: 0;
|
||||
border-bottom-color: #f4f4f4;
|
||||
|
@ -88,7 +88,7 @@
|
|||
}
|
||||
|
||||
> li:first-of-type {
|
||||
margin-left: 0px;
|
||||
margin-left: 0;
|
||||
&.active {
|
||||
> a {
|
||||
border-left-width: 0;
|
||||
|
@ -103,11 +103,11 @@
|
|||
float: right;
|
||||
}
|
||||
> li:first-of-type {
|
||||
margin-right: 0px;
|
||||
margin-right: 0;
|
||||
&.active {
|
||||
> a {
|
||||
border-left-width: 1px;
|
||||
border-right-width: 0px;
|
||||
border-right-width: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -151,11 +151,11 @@
|
|||
> li > a {
|
||||
background: #fafafa;
|
||||
color: #666;
|
||||
-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.09);
|
||||
-moz-box-shadow: inset 0px -2px 0px 0px rgba(0,0,0,0.09);
|
||||
box-shadow: inset 0px -1px 0px 0px rgba(0,0,0,0.09);
|
||||
-webkit-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.09);
|
||||
-moz-box-shadow: inset 0 -2px 0 0 rgba(0,0,0,0.09);
|
||||
box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.09);
|
||||
}
|
||||
> li:first-of-type a, > li:last-of-type a {
|
||||
.border-radius(0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue