comparison client/src/logs/logs.vue @ 1191:b23622905a3f

switched entirely to sass instead of scss for cleaner code/less lines, just removed all ; and {}
author Markus Kottlaender <markus@intevation.de>
date Fri, 16 Nov 2018 14:37:07 +0100
parents d9e6a1f6f394
children ba8cd80d68b6
comparison
equal deleted inserted replaced
1190:e3de65179889 1191:b23622905a3f
35 </div> 35 </div>
36 </div> 36 </div>
37 </div> 37 </div>
38 </template> 38 </template>
39 39
40 <style scoped lang="scss"> 40 <style lang="sass" scoped>
41 .statuscontainer { 41 .statuscontainer
42 width: 87%; 42 width: 87%
43 position: relative; 43 position: relative
44 } 44
45 .logmenu { 45 .logmenu
46 margin-left: 5rem; 46 margin-left: 5rem
47 min-width: 60vw; 47 min-width: 60vw
48 } 48
49 #code { 49 #code
50 overflow: auto; 50 overflow: auto
51 } 51
52 .refresh { 52 .refresh
53 position: absolute; 53 position: absolute
54 right: 0; 54 right: 0
55 } 55
56 .logoutput { 56 .logoutput
57 width: 95%; 57 width: 95%
58 height: 85vh; 58 height: 85vh
59 margin-top: $offset; 59 margin-top: $offset
60 margin-right: $offset; 60 margin-right: $offset
61 margin-left: $offset; 61 margin-left: $offset
62 text-align: left; 62 text-align: left
63 background-color: white; 63 background-color: white
64 overflow: auto; 64 overflow: auto
65 transition: $transition-fast; 65 transition: $transition-fast
66 }
67 66
68 .spacer { 67 .spacer
69 margin-left: $offset; 68 margin-left: $offset
70 height: 90vh; 69 height: 90vh
71 }
72 70
73 .spacer-collapsed { 71 .spacer-collapsed
74 min-width: $icon-width + $offset; 72 min-width: $icon-width + $offset
75 transition: $transition-fast; 73 transition: $transition-fast
76 }
77 74
78 .spacer-expanded { 75 .spacer-expanded
79 min-width: $sidebar-width + $offset; 76 min-width: $sidebar-width + $offset
80 }
81 77
82 .statusline { 78 .statusline
83 position: absolute; 79 position: absolute
84 right: 0; 80 right: 0
85 margin-top: 0.3rem; 81 margin-top: 0.3rem
86 margin-left: $offset; 82 margin-left: $offset
87 margin-right: 7rem; 83 margin-right: 7rem
88 }
89 </style> 84 </style>
90 85
91 <script> 86 <script>
92 /* 87 /*
93 * This is Free Software under GNU Affero General Public License v >= 3.0 88 * This is Free Software under GNU Affero General Public License v >= 3.0