소스 검색

better user payment methods page css

bach 2 년 전
부모
커밋
ba4a025335

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


BIN
web/themes/custom/materiotheme/assets/dist/main.css.gz


+ 22 - 0
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -3095,4 +3095,26 @@ form#user-form {
       flex: 0 0 50%;
     }
   }
+}
+
+body.path-user{
+  #block-actionsdadministrationprincipales{
+    nav.action-links{
+      a{
+        border-radius: 1em;
+        background-color: $color-base;
+        color: #fff;
+        padding: 0.5em 1em;
+        font-weight: 600;
+      }
+    }
+  }
+  #main-content{
+    table.responsive-enabled{
+      td{
+        width: fit-content;
+        padding: 0.5em 1em;
+      }
+    }
+  }
 }

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.