Ver Fonte

fix font-size of fess-ss

yfujita há 8 anos atrás
pai
commit
54ac5b701f
1 ficheiros alterados com 15 adições e 0 exclusões
  1. 15 0
      src/main/assemblies/extension/fess-ss/src/css/ss.scss

+ 15 - 0
src/main/assemblies/extension/fess-ss/src/css/ss.scss

@@ -14,12 +14,18 @@
     .order-box {
       width: 20%
     }
+    .description {
+      font-size: medium;
+    }
   }
   /* Large devices (desktops, less than 75em) */
   @media ( max-width : 74.9em) {
     .order-box {
       width: 20%
     }
+    .description {
+      font-size: medium;
+    }
   }
 
   /* Medium devices (tablets, less than 62em) */
@@ -27,6 +33,9 @@
     .order-box {
       width: 20%
     }
+    .description {
+      font-size: medium;
+    }
   }
 
   /* Small devices (landscape phones, less than 48em) */
@@ -34,6 +43,9 @@
     .order-box {
       width: 50%
     }
+    .description {
+      font-size: small;
+    }
   }
 
   /* Extra small devices (portrait phones, less than 34em) */
@@ -41,6 +53,9 @@
     .order-box {
       width: 50%
     }
+    .description {
+      font-size: small;
+    }
   }
 
 }