comparison client/src/components/layers/LegendElement.vue @ 5629:84d01a536bec 729-node-js-newer-version

Transformed scss and sass styles into css
author Luisa Beerboom <lbeerboom@intevation.de>
date Thu, 11 May 2023 13:23:52 +0200
parents 453a33b0717d
children
comparison
equal deleted inserted replaced
5628:a985f8c46cf3 5629:84d01a536bec
233 } 233 }
234 } 234 }
235 }; 235 };
236 </script> 236 </script>
237 237
238 <style lang="scss" scoped> 238 <style scoped>
239 .legendelement { 239 .legendelement {
240 max-height: 1.5rem; 240 max-height: 1.5rem;
241 width: 2rem; 241 width: 2rem;
242 overflow: hidden; 242 overflow: hidden;
243 } 243 }