浏览代码

ajustement padding carte marker

armansansd 3 年之前
父节点
当前提交
cc33fe42d9

+ 1 - 1
web/themes/custom/popsu/css/styles.css

@@ -1218,7 +1218,7 @@ iframe {
   text-decoration: none;
   color: white;
   display: block;
-  padding: .4rem;
+  padding: .6rem;
   font-weight: 600;
   font-size: 0;
   border-radius: 50%;

文件差异内容过多而无法显示
+ 0 - 0
web/themes/custom/popsu/css/styles.css.map


+ 1 - 1
web/themes/custom/popsu/sass/setup/_globals.scss

@@ -123,7 +123,7 @@ iframe{
 	a{
 		text-decoration: none;
 		color: white;display: block;
-		padding: .4rem;
+		padding: .6rem;
 		font-weight: 600;
 		font-size: 0;
 		border-radius: 50%;

部分文件因为文件数量过多而无法显示