소스 검색

applied fixe width to all page exept /actuality and /explore

Bachir Soussi Chiadmi 9 년 전
부모
커밋
19b1d49a22
2개의 변경된 파일114개의 추가작업 그리고 252개의 파일을 삭제
  1. 112 247
      sites/all/themes/gui/materiobasetheme/css/styles.css
  2. 2 5
      sites/all/themes/gui/materiobasetheme/scss/layout.scss

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 112 - 247
sites/all/themes/gui/materiobasetheme/css/styles.css


+ 2 - 5
sites/all/themes/gui/materiobasetheme/scss/layout.scss

@@ -202,11 +202,8 @@ $header-z-index:1000;
 /_/ /_/\____/_/ /_/ /_/\___/    |___/____/
 
 */
-body.home-v2,
-body.page-whoweare,
-body.node-type-page,
-body.node-type-webform,
-body.page-cart-checkout{
+body:not(.page-actuality),
+body:not(.page-explore){
   #header>.inner, #utilities>.inner, #center, #footer{
     @include grid-row();
   }

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