Hệ thống quản lý hàng tồn kho trong php

1 /*!
2 * metismenu - v2.
7.8
3 * A jQuery menu plugin
4 * https://github.com/onokumus/metismenu#readme
5 *
6 * Made
by Osman Nuri Okumus <onokumus@gmail.com> (https://github.com/onokumus)
7 * Under MIT License
8 */

9 .metismenu .arrow {
10     
float: right;
11     line-height:
1.42857;
12   }
13   *[dir=
"rtl"] .metismenu .arrow {
14     
float: left;
15   }
16   
17   
/*
18    * Require Bootstrap
3.x
19    * https://github.com/twbs/bootstrap
20   */

21   
22   .metismenu .glyphicon.arrow:before {
23     content:
"\e079";
24   }
25   .metismenu .active > a > .glyphicon.arrow:before {
26     content:
"\e114";
27   }
28   
29   
/*
30    * Require Font-Awesome
31    * http://fortawesome.github.io/Font-Awesome/
32   */

33   
34   .metismenu .fa.arrow:before {
35     content:
"\f104";
36   }
37   .metismenu .active > a > .fa.arrow:before {
38     content:
"\f107";
39   }
40   
41   
/*
42    * Require Ionicons
43    * http://ionicons.com/
44   */

45   
46   .metismenu .ion.arrow:before {
47     content:
"\f3d2"
48   }
49   .metismenu .active > a > .ion.arrow:before {
50     content:
"\f3d0";
51   }
52   .metismenu .plus-times {
53     
float: right;
54   }
55   *[dir=
"rtl"] .metismenu .plus-times {
56     
float: left;
57   }
58   .metismenu .fa.plus-times:before {
59     content:
"\f067";
60   }
61   .metismenu .active > a > .fa.plus-times {
62     -webkit-transform: rotate(45deg);
63     transform: rotate(45deg);
64   }
65   .metismenu .plus-minus {
66     
float: right;
67   }
68   *[dir=
"rtl"] .metismenu .plus-minus {
69     
float: left;
70   }
71   .metismenu .fa.plus-minus:before {
72     content:
"\f067";
73   }
74   .metismenu .active > a > .fa.plus-minus:before {
75     content:
"\f068";
76   }
77   .metismenu .collapse {
78     display: none;
79   }
80   .metismenu .collapse.
in {
81     display: block;
82   }
83   .metismenu .collapsing {
84     position: relative;
85     height:
0;
86     overflow: hidden;
87     transition-timing-function: ease;
88     transition-duration: .35s;
89     transition-property: height, visibility;
90   }
91   
92   .metismenu .has-arrow {
93     position: relative;
94   }
95   
96   .metismenu .has-arrow::after {
97     position: absolute;
98     content:
'';
99     width: .5em;
100     height: .5em;
101     border-width: 1px
0 0 1px;
102     border-style: solid;
103     border-color: initial;
104     right: 1em;
105     -webkit-transform: rotate(-45deg) translate(
0, -50%);
106     transform: rotate(-45deg) translate(
0, -50%);
107     -webkit-transform-origin: top;
108     transform-origin: top;
109     top:
50%;
110     transition: all .3s ease-
out;
111   }
112   
113   *[dir=
"rtl"] .metismenu .has-arrow::after {
114     right: auto;
115     left: 1em;
116     -webkit-transform: rotate(135deg) translate(
0, -50%);
117     transform: rotate(135deg) translate(
0, -50%);
118   }
119   
120   .metismenu .active > .has-arrow::after,
121   .metismenu .has-arrow[aria-expanded=
"true"]::after {
122     -webkit-transform: rotate(-135deg) translate(
0, -50%);
123     transform: rotate(-135deg) translate(
0, -50%);
124   }
125   
126   *[dir=
"rtl"] .metismenu .active > .has-arrow::after,
127   *[dir=
"rtl"] .metismenu .has-arrow[aria-expanded="true"]::after {
128     -webkit-transform: rotate(225deg) translate(
0, -50%);
129     transform: rotate(225deg) translate(
0, -50%);
130   }
131   
132   
/*# sourceMappingURL=metisMenu.css.map */


Gõ tìm kiếm nhanh...