diff --git a/.env.development b/.env.development index 5fee36aa..b02de683 100644 --- a/.env.development +++ b/.env.development @@ -1,2 +1,2 @@ -VUE_APP_ROOT_API=http://localhost:3000 +VUE_APP_ROOT_API=https://api.sustainability.oregonstate.edu/v2/energy VUE_APP_HOST_ADDRESS=http://localhost:8080 \ No newline at end of file diff --git a/src/App.vue b/src/App.vue index 9770c873..29b177f4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -90,6 +90,9 @@ export default { font-weight: bold; font-style: normal; } +.el-message-box { + vertical-align: super !important; +} body { font-family: 'Open Sans', sans-serif; -webkit-font-smoothing: antialiased;