comparison client/src/App.vue @ 161:b7ac2e4f9c5c

feat: collapsible sidebar According to UI prototypes collabsible sidebar implemented.
author Thomas Junk <thomas.junk@intevation.de>
date Thu, 05 Jul 2018 16:52:39 +0200
parents 7ba0a77fd679
children 924490b3395b
comparison
equal deleted inserted replaced
160:061209505028 161:b7ac2e4f9c5c
3 <router-view/> 3 <router-view/>
4 </div> 4 </div>
5 </template> 5 </template>
6 6
7 <style lang="scss"> 7 <style lang="scss">
8 html {
9 height: 100%;
10 }
8 body { 11 body {
12 min-height: 100%;
9 background-color: #efefef !important; 13 background-color: #efefef !important;
10 } 14 }
11 15
12 #app { 16 #app {
13 font-family: "Avenir", Helvetica, Arial, sans-serif; 17 font-family: "Avenir", Helvetica, Arial, sans-serif;