comparison client/src/components/Contextbox.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 7768f14f6535
children
comparison
equal deleted inserted replaced
5628:a985f8c46cf3 5629:84d01a536bec
89 } 89 }
90 } 90 }
91 }; 91 };
92 </script> 92 </script>
93 93
94 <style lang="scss" scoped> 94 <style scoped>
95 .contextbox { 95 .contextbox {
96 position: relative; 96 position: relative;
97 background-color: #ffffff; 97 background-color: #ffffff;
98 opacity: var(--slight-transparent); 98 opacity: var(--slight-transparent);
99 transition: max-width 0.3s, max-height 0.3s; 99 transition: max-width 0.3s, max-height 0.3s;