Commit 7baef6cd authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Retoca títulos de diseños

Deja de usar la fuente del logo de redmic para los títulos presentes en
el contenido. Retoca tamaños.

Importa la base de bootstrap antes de estilos principales propios, para
evitar sobrecargas inesperadas.
parent c4652f6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ body
	outline none

h1
	fontSize 2rem
	fontSize 1.5rem !important

a
	color $linkColor
@@ -51,7 +51,7 @@ a

.titleRedmic
	font-family 'Exo 2',cursive
	color rgb(255,204,0)
	color $yellowTitleRedmic

// Cosas de la plantilla y cosas generales

+1 −7
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@

	.titleZone
		padding 0
		fontSize 1.6rem
		fontSize 1.2rem
		display flex
		justify-content flex-start
		align-items center
@@ -107,12 +107,6 @@
	.button
		padding 0 5px

.topZoneInfoList
	display flex
	align-items center
	justify-content space-between
	fontSize 2rem

.centerZone
	display flex
	justify-content space-between
+1 −1
Original line number Diff line number Diff line
@@ -383,10 +383,10 @@ body.uncollapsedSidebar
			width calc(100% - 18rem)

			.header
				@extend .titleRedmic
				h1
					margin 0
					textEllipsis()
					color $yellowTitleRedmic

		.infoTitleBackground
			fondo degradado topbar
+5 −1
Original line number Diff line number Diff line
@@ -3,6 +3,10 @@
	max-width 100%
	max-height 100%

	.designLayoutTitle
		fontSize 1.2
		font-weight bold
		color $yellowTitleRedmic

.mapAndContentLayoutMapWithSideContentDesign
	@media (orientation portrait)
@@ -93,7 +97,7 @@

		.titleRedmic
			color $grayLightest
			fontSize 1.8rem
			fontSize 1.4rem

		.listZone
		.mapSideContainer
+3 −1
Original line number Diff line number Diff line
@@ -5,6 +5,9 @@ global_reset()
// Resetea el estilo del navegador
//@import 'src/Reset'

// Dependencias previas
@import 'src/Bootstrap'

// Definiciones
@import 'src/Variables'
@import 'src/Functions'
@@ -12,7 +15,6 @@ global_reset()

// Dependencias
@import 'src/Dijit'
@import 'src/Bootstrap'

// Plantilla
@import 'src/Icon'