Blame view

WebRoot/static/ace/css/less/navbar/toggle-button.less 562 Bytes
ad5081d3   孙向锦   初始化项目
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  .navbar .navbar-toggle {
  	border: 1px solid transparent;
  	
  	width: 40px;
  	height: 35px;
  	line-height: 0;
  	
  	padding:0 0 1px;
  	text-align: center;
  	
  	&.pull-right {
  		margin: 5px 6px 4px 0;
  	}
  	&.pull-left {
  		margin: 5px 0 4px 6px;
  	}
  	
  	&:active {
  		top: 1px;
  	}
  
  	&.navbar-toggle-img {
  		width: auto;
  		height: auto;
  		overflow: hidden;
  		padding: 0;
  		
  		border-width: 0;
  		> img {
  			border-radius: inherit;
  			max-height: 35px;
  			border-width: 0;
  		}
  	}
  
  	.icon-bar {
  		background-color: #FFF;
  		border-radius: 0;
  		width: 24px;
  		margin-left: 7px;
  	}
  }