ソースを参照

更新 less 文件

F4nniu 3 年 前
コミット
d562f3d17c

+ 1 - 1
public/assets/css/fastadmin.css

@@ -283,7 +283,7 @@ a:focus {
   text-align: center;
   font-size: 9px;
   padding: 2px 3px;
-  line-height: .9;
+  line-height: 0.9;
 }
 .main-header .logo {
   -webkit-transition: width 0.3s ease-in-out;

+ 1 - 1
public/assets/less/fastadmin/bootstrap-social.less

@@ -8,7 +8,7 @@
  */
 
 @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-xs: (floor(@font-size-small * 1.2) + @padding-small-vertical + 1);
 

+ 1 - 0
public/assets/less/fastadmin/forms.less

@@ -26,6 +26,7 @@
 }
 
 select.form-control {
+    padding-right: 25px;
     -webkit-appearance: none;
     -webkit-border-radius: 0px;
     background-position: right 50%;

+ 1 - 1
public/assets/less/fastadmin/header.less

@@ -102,7 +102,7 @@
         text-align: center;
         font-size: 9px;
         padding: 2px 3px;
-        line-height: .9;
+        line-height: 0.9;
     }
 
     //Logo bar