comparison client/src/components/importoverview/AdditionalLog.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 da3fd4c3d1b5
children
comparison
equal deleted inserted replaced
5628:a985f8c46cf3 5629:84d01a536bec
18 /> 18 />
19 </virtual-list> 19 </virtual-list>
20 </div> 20 </div>
21 </template> 21 </template>
22 22
23 <style lang="sass" scoped> 23 <style scoped>
24 .additionallog 24 .additionallog {
25 overflow-y: auto 25 overflow-y: auto;
26 &.split 26 }
27 max-height: 35vh 27 .additionallog.split {
28 28 max-height: 35vh;
29 > div 29 }
30 &:not(:first-child) 30 .additionallog > div:not(:first-child) {
31 border-top-style: dashed !important 31 border-top-style: dashed !important;
32 32 }
33 &:hover 33 .additionallog > div:hover {
34 background-color: #fcfcfc 34 background-color: #fcfcfc;
35 }
35 </style> 36 </style>
36 37
37 <script> 38 <script>
38 /* This is Free Software under GNU Affero General Public License v >= 3.0 39 /* This is Free Software under GNU Affero General Public License v >= 3.0
39 * without warranty, see README.md and license for details. 40 * without warranty, see README.md and license for details.