comparison client/src/pdftool/Pdftool.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 2e06bc53b002
children 4f666dbb9abd
comparison
equal deleted inserted replaced
1190:e3de65179889 1191:b23622905a3f
40 </div> 40 </div>
41 </div> 41 </div>
42 </div> 42 </div>
43 </template> 43 </template>
44 44
45 <style lang="scss" scoped> 45 <style lang="sass" scoped>
46 .pdftool { 46 .pdftool
47 position: absolute; 47 position: absolute
48 margin-right: $offset; 48 margin-right: $offset
49 margin-bottom: $offset; 49 margin-bottom: $offset
50 bottom: 96px; 50 bottom: 96px
51 right: 0; 51 right: 0
52 }
53 52
54 .inner { 53 .inner
55 background-color: white; 54 background-color: white
56 margin-left: $small-offset; 55 margin-left: $small-offset
57 opacity: $slight-transparent; 56 opacity: $slight-transparent
58 text-align: left; 57 text-align: left
59 }
60 58
61 .pdftoolcollapsed { 59 .pdftoolcollapsed
62 min-height: $icon-height; 60 min-height: $icon-height
63 width: $icon-width; 61 width: $icon-width
64 transition: $transition-fast; 62 transition: $transition-fast
65 }
66 63
67 .pdftoolexpanded { 64 .pdftoolexpanded
68 width: $identify-width; 65 width: $identify-width
69 }
70 66
71 .minimizer { 67 .minimizer
72 position: absolute; 68 position: absolute
73 z-index: 2; 69 z-index: 2
74 right: 0; 70 right: 0
75 top: 0; 71 top: 0
76 margin-top: $x-small-offset; 72 margin-top: $x-small-offset
77 border-radius: $border-radius; 73 border-radius: $border-radius
78 height: $icon-width; 74 height: $icon-width
79 width: $icon-height; 75 width: $icon-height
80 }
81 </style> 76 </style>
82 77
83 <script> 78 <script>
84 /* 79 /*
85 * This is Free Software under GNU Affero General Public License v >= 3.0 80 * This is Free Software under GNU Affero General Public License v >= 3.0