소스 검색

_reset table, tr, td border none

bach 3 년 전
부모
커밋
30e3aca691

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


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


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


+ 4 - 0
web/themes/custom/materiotheme/assets/styles/base/_reset.scss

@@ -50,3 +50,7 @@ input[type="password"]{
 	// outline-style: solid;
 	// outline-width: 1px;
 }
+
+table, tr, td {
+	border: none;
+}

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