Explorar o código

update styling

tomekk %!s(int64=4) %!d(string=hai) anos
pai
achega
546e3a1773

+ 1 - 1
_inc/_header-suite-start.php

@@ -1,7 +1,7 @@
 <?php 
 	$GLOBALS['offsetClass'] = "col-md-8 offset-md-2 col-lg-6 offset-lg-3 ch-ggs-web-suite-common-content";
 	$GLOBALS['offsetClassLg'] = "col-lg-10 offset-lg-1 col-xl-8 offset-xl-2 ch-ggs-web-suite-common-content";
-	$assets_version = '1.11';
+	$assets_version = '1.12';
 ?>
 
 <!doctype html>

+ 1 - 1
_inc/_header.php

@@ -2,7 +2,7 @@
 	$GLOBALS['offsetClass'] = "col-md-8 offset-md-2 col-lg-6 offset-lg-3";
 	$GLOBALS['classMainHasLeft'] = "col-md-8 col-lg-9";
 	$GLOBALS['classLeft'] = "col-md-4 col-lg-3 mt-5 mt-md-0";
-	$assets_version = '1.11';
+	$assets_version = '1.12';
 ?>
 
 <!doctype html>

+ 5 - 2
assets/css/style.css

@@ -7,8 +7,8 @@
  */
 @font-face {
   font-family: "icomoon";
-  src: url("../fonts/icomoon.eot?ui1a00x");
-  src: url("../fonts/icomoon.eot?ui1a00x#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ui1a00x") format("truetype"), url("../fonts/icomoon.woff?ui1a00x") format("woff"), url("../fonts/icomoon.svg?ui1a00x#icomoon") format("svg");
+  src: url("../fonts/icomoon.eot?ui1a03o");
+  src: url("../fonts/icomoon.eot?ui1a03o#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ui1a03o") format("truetype"), url("../fonts/icomoon.woff?ui1a03o") format("woff"), url("../fonts/icomoon.svg?ui1a03o#icomoon") format("svg");
   font-weight: normal;
   font-style: normal;
   font-display: swap;
@@ -9626,6 +9626,8 @@ footer h2 {
 .navbar-brand svg,
 .navbar-brand img {
   max-width: 243px;
+  max-height: 60px;
+  width: auto;
 }
 
 #ch-ggs-web-suite-header {
@@ -9699,6 +9701,7 @@ footer h2 {
   .navbar-brand svg,
 .navbar-brand img {
     max-width: 180px;
+    max-height: 44px;
   }
 
   #ch-ggs-web-suite-toggler-nav > .navbar-nav {

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 0 - 0
assets/css/style.css.map


+ 6 - 3
assets/scss/_layout.scss

@@ -44,9 +44,11 @@ footer h2 {
 }
 
 .navbar-brand svg,
-	.navbar-brand img {
-		max-width: 243px;
-	}
+.navbar-brand img {
+	max-width: 243px;
+	max-height: 60px;
+	width: auto;
+}
 
 // header
 
@@ -134,6 +136,7 @@ footer h2 {
 	.navbar-brand svg,
 	.navbar-brand img {
 		max-width: 180px;
+		max-height: 44px;
 	}
 
 	#ch-ggs-web-suite-toggler-nav {

Algúns arquivos non se mostraron porque demasiados arquivos cambiaron neste cambio