mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2026-04-24 21:18:02 +08:00
采用ACE界面
This commit is contained in:
44
OpenAuth.Mvc/Content/ace/css/less/navbar/toggle-button.less
Normal file
44
OpenAuth.Mvc/Content/ace/css/less/navbar/toggle-button.less
Normal file
@@ -0,0 +1,44 @@
|
||||
.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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user