SyuanYu 6 månader sedan
förälder
incheckning
c365fe6ccb
3 ändrade filer med 5 tillägg och 8 borttagningar
  1. 1 5
      css/request.css
  2. 0 0
      css/request.css.map
  3. 4 3
      css/request.scss

+ 1 - 5
css/request.css

@@ -1186,13 +1186,9 @@
   color: #727679;
   line-height: 2;
 }
-#columnModal .content ul {
-  padding: 0;
-  margin: 3rem 0;
-  list-style: none;
-}
 #columnModal .content ul li {
   margin-bottom: 10px;
+  color: #727679;
 }
 #columnModal .content ul li:last-child {
   margin-bottom: 0;

Filskillnaden har hållts tillbaka eftersom den är för stor
+ 0 - 0
css/request.css.map


+ 4 - 3
css/request.scss

@@ -1356,12 +1356,13 @@
     }
 
     ul {
-      padding: 0;
-      margin: 3rem 0;
-      list-style: none;
+      // padding: 0;
+      // margin: 3rem 0;
+      // list-style: none;
 
       li {
         margin-bottom: 10px;
+        color: #727679;
 
         &:last-child {
           margin-bottom: 0;

Vissa filer visades inte eftersom för många filer har ändrats