hjg
2023-11-18 bb48edb3d9faaaeab0088151c86fc24137acdb08
提交 | 用户 | 时间
58d006 1 .navbar .navbar-toggle {
A 2     border: 1px solid transparent;
3     
4     width: 40px;
5     height: 35px;
6     line-height: 0;
7     
8     padding:0 0 1px;
9     text-align: center;
10     
11     &.pull-right {
12         margin: 5px 6px 4px 0;
13     }
14     &.pull-left {
15         margin: 5px 0 4px 6px;
16     }
17     
18     &:active {
19         top: 1px;
20     }
21
22     &.navbar-toggle-img {
23         width: auto;
24         height: auto;
25         overflow: hidden;
26         padding: 0;
27         
28         border-width: 0;
29         > img {
30             border-radius: inherit;
31             max-height: 35px;
32             border-width: 0;
33         }
34     }
35
36     .icon-bar {
37         background-color: #FFF;
38         border-radius: 0;
39         width: 24px;
40         margin-left: 7px;
41     }
42 }
43
44