mirror of https://gitee.com/karson/fastadmin.git
更新 less 文件
parent
445f0c94d8
commit
d562f3d17c
|
|
@ -283,7 +283,7 @@ a:focus {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
line-height: .9;
|
line-height: 0.9;
|
||||||
}
|
}
|
||||||
.main-header .logo {
|
.main-header .logo {
|
||||||
-webkit-transition: width 0.3s ease-in-out;
|
-webkit-transition: width 0.3s ease-in-out;
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
@bs-height-base: (@line-height-computed + @padding-base-vertical * 2);
|
||||||
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2);
|
@bs-height-lg: (floor(@font-size-large * @line-height-base) + @padding-large-vertical * 2 + 2);
|
||||||
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
@bs-height-sm: (floor(@font-size-small * 1.5) + @padding-small-vertical * 2);
|
||||||
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
@bs-height-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
select.form-control {
|
select.form-control {
|
||||||
|
padding-right: 25px;
|
||||||
-webkit-appearance: none;
|
-webkit-appearance: none;
|
||||||
-webkit-border-radius: 0px;
|
-webkit-border-radius: 0px;
|
||||||
background-position: right 50%;
|
background-position: right 50%;
|
||||||
|
|
|
||||||
|
|
@ -102,7 +102,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 9px;
|
font-size: 9px;
|
||||||
padding: 2px 3px;
|
padding: 2px 3px;
|
||||||
line-height: .9;
|
line-height: 0.9;
|
||||||
}
|
}
|
||||||
|
|
||||||
//Logo bar
|
//Logo bar
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue