header temporal
This commit is contained in:
@@ -1,19 +0,0 @@
|
||||
module.exports = {
|
||||
"env": {
|
||||
"browser": true,
|
||||
"es2021": true
|
||||
},
|
||||
"extends": [
|
||||
"plugin:vue/essential",
|
||||
"standard"
|
||||
],
|
||||
"parserOptions": {
|
||||
"ecmaVersion": 12,
|
||||
"sourceType": "module"
|
||||
},
|
||||
"plugins": [
|
||||
"vue"
|
||||
],
|
||||
"rules": {
|
||||
}
|
||||
};
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<header class="">
|
||||
<div class="container">
|
||||
<div class="columns">
|
||||
<div class="columns is-vcentered is-gapless is-justify-content-space-around">
|
||||
<div class="column is-narrow">
|
||||
<img src="../../assets/logo_unam.png" alt="logo_unam" />
|
||||
</div>
|
||||
@@ -14,17 +14,17 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return { hola: "123", alkfj: "", asdklfj: "", ldskfj: "", lsdkfj: "" };
|
||||
},
|
||||
methods: {},
|
||||
};
|
||||
export default {}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
header {
|
||||
background-color: #1b3d70;
|
||||
height: 12.5vh;
|
||||
/* height:12.5vh; */
|
||||
height: 20vh;
|
||||
}
|
||||
|
||||
.height-100 {
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
+1
-1
@@ -33,7 +33,7 @@ export default {
|
||||
// Modules for dev and build (recommended) (https://go.nuxtjs.dev/config-modules)
|
||||
buildModules: [
|
||||
// https://go.nuxtjs.dev/eslint
|
||||
'@nuxtjs/eslint-module'
|
||||
// '@nuxtjs/eslint-module'
|
||||
],
|
||||
|
||||
// Modules (https://go.nuxtjs.dev/config-modules)
|
||||
|
||||
Generated
+12038
-15
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user