Creadas variables para las fuentes y realizados ajustes
This commit is contained in:
parent
62f647cc8f
commit
bcdbae4a5a
@ -2,6 +2,9 @@
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.sass]
|
||||||
|
indent_size = 2
|
||||||
|
|
||||||
[*.json]
|
[*.json]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
||||||
<title>Horarios UNSA</title>
|
<title>Horarios UNSA</title>
|
||||||
|
|
||||||
<link href="https://fonts.googleapis.com/css?family=Roboto|Sen&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||||
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
<template lang="pug">
|
<template lang="pug">
|
||||||
div.lateral
|
div.lateral
|
||||||
div.mostrar-bajo-1000.boton-lateral
|
|
||||||
div »
|
|
||||||
div.barra
|
div.barra
|
||||||
template(v-if="!barraOculta")
|
template(v-if="!barraOculta")
|
||||||
h1 Horarios UNSA
|
h1 Horarios UNSA
|
||||||
@ -187,17 +185,7 @@ div.lateral
|
|||||||
.info
|
.info
|
||||||
p, div
|
p, div
|
||||||
margin: 10px 20px
|
margin: 10px 20px
|
||||||
font-family: "Product Sans", Roboto, sans-serif
|
font-family: var(--fuente-titulos)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1000px)
|
|
||||||
.barra
|
|
||||||
position: absolute
|
|
||||||
right: 2rem
|
|
||||||
|
|
||||||
.lateral
|
|
||||||
overflow-y: scroll
|
|
||||||
|
|
||||||
//
|
//
|
||||||
</style>
|
</style>
|
||||||
|
@ -247,7 +247,7 @@ div.info_curso(:style="estiloCurso")
|
|||||||
|
|
||||||
.ancho
|
.ancho
|
||||||
font:
|
font:
|
||||||
family: "JetBrains Mono", monospace
|
family: var(--fuente-monoespacio)
|
||||||
user-select: none
|
user-select: none
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -74,7 +74,7 @@ td
|
|||||||
|
|
||||||
.ancho
|
.ancho
|
||||||
font:
|
font:
|
||||||
family: "JetBrains Mono", monospace
|
family: var(--fuente-monoespacio)
|
||||||
user-select: none
|
user-select: none
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -85,7 +85,6 @@ span.celda(:class="clases" :eslab="esLab? 'true': 'false'"
|
|||||||
display: inline-block
|
display: inline-block
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.elementoOpaco
|
.elementoOpaco
|
||||||
opacity: 0.3
|
opacity: 0.3
|
||||||
|
|
||||||
|
@ -82,10 +82,3 @@ td(:class="clases")
|
|||||||
#
|
#
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped lang="sass">
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
//
|
|
||||||
</style>
|
|
||||||
|
@ -26,7 +26,6 @@ label.container {{ txt }}
|
|||||||
|
|
||||||
<style scoped lang="sass">
|
<style scoped lang="sass">
|
||||||
|
|
||||||
|
|
||||||
/* Customize the label (the container) */
|
/* Customize the label (the container) */
|
||||||
.container
|
.container
|
||||||
display: block
|
display: block
|
||||||
|
@ -19,16 +19,19 @@
|
|||||||
--colorFondo: #0E1419
|
--colorFondo: #0E1419
|
||||||
--colorTeoria: #3f77f3
|
--colorTeoria: #3f77f3
|
||||||
--colorLab: #e4564a
|
--colorLab: #e4564a
|
||||||
|
--fuente-titulos: "Open Sans", sans-serif
|
||||||
|
--fuente-textos: "Open Sans", sans-serif
|
||||||
|
--fuente-monoespacio: "JetBrains Mono", monospace
|
||||||
|
|
||||||
/* black white */
|
/* black white */
|
||||||
|
|
||||||
html
|
html
|
||||||
font-family: "Roboto", sans-serif
|
font-family: var(--fuente-textos)
|
||||||
color: var(--colorTexto)
|
color: var(--colorTexto)
|
||||||
background-color: var(--colorFondo)
|
background-color: var(--colorFondo)
|
||||||
|
|
||||||
h1, h2, h3
|
h1, h2, h3
|
||||||
font-family: "Product Sans", Roboto, sans-serif
|
font-family: var(--fuente-titulos)
|
||||||
|
|
||||||
// Varios
|
// Varios
|
||||||
|
|
||||||
@ -42,7 +45,7 @@ $duracionTransicion: 100ms
|
|||||||
|
|
||||||
.celda
|
.celda
|
||||||
white-space: pre
|
white-space: pre
|
||||||
font-family: "JetBrains Mono", monospace
|
font-family: var(--fuente-monoespacio)
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
user-select: none
|
user-select: none
|
||||||
// transition: background-color $duracionTransicion linear, color $duracionTransicion linear
|
// transition: background-color $duracionTransicion linear, color $duracionTransicion linear
|
||||||
|
Loading…
Reference in New Issue
Block a user