armansansd 3 년 전
부모
커밋
c61c6d39f5
2개의 변경된 파일17개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 0
      web/themes/custom/popsu/assets/css/styles.min.css
  2. 17 4
      web/themes/custom/popsu/sass/pages/_ressources.scss

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


+ 17 - 4
web/themes/custom/popsu/sass/pages/_ressources.scss

@@ -754,15 +754,28 @@
 	.block-region-third{
 		#node\:field_lien{
 			text-transform: uppercase;
-			font-weight: 600;
-			margin-top: 1rem;
+			font-weight: 500;
+			margin-top: 0;
+			.field_lien{
+				>div{
+					padding: 0;
+				}
+			}
 			>div{
 				word-wrap: break-word;
+				padding: 0;
 			}
 			a{
+				display: block;
+				margin: 0 auto;
+				background: #000;
+				color: #fff;
+				font-family: trueno;
+				font-weight: 500;
+				padding: .3rem .7rem;
+				font-size: .45rem;
 				text-decoration: none;
-				padding: .5rem;
-				background: white;
+				text-transform: uppercase;
 			}
 			
 		}

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