summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-versioning-lib/openecomp-sdc-versioning-core/pom.xml
blob: 8391c2d65b9cfd264dc15a42ee74259e0c4537af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <name>openecomp-sdc-versioning-core</name>
    <artifactId>openecomp-sdc-versioning-core</artifactId>


    <parent>
        <groupId>org.openecomp.sdc</groupId>
        <artifactId>openecomp-sdc-lib</artifactId>
        <version>1.4.0-SNAPSHOT</version>
        <relativePath>../..</relativePath>
    </parent>

    <dependencies>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-versioning-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc.core</groupId>
            <artifactId>openecomp-zusammen-api</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc.core</groupId>
            <artifactId>openecomp-zusammen-core</artifactId>
            <version>${project.version}</version>
            <scope>runtime</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-core</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>junit</groupId>
            <artifactId>junit</artifactId>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.openecomp.sdc</groupId>
            <artifactId>openecomp-sdc-logging-core</artifactId>
            <version>${project.version}</version>
            <scope>runtime</scope>
        </dependency>
    </dependencies>

</project>
>{ cursor: default; white-space: nowrap; &.tree-node-selected::before { position: absolute; left: 0; right: 0; height: 20px; display: inline-block; content: ' '; background-color: $light-gray; } &.tree-node-clicked::before { position: absolute; left: 4px; right: 4px; height: 20px; display: inline-block; content: ' '; font-weight: bold; background-color: $white; } .tree-node-expander { position: relative; display: inline-block; cursor: pointer; .fa { position: absolute; left: -7px; top: -11px; @include transition(transform 0.3s); } &.tree-node-expander-collapsed .fa { @include transform-rotate(-90); } } .tree-node-icon { margin: 0 7px; color: $text-black; opacity: .5; .tree-node-validation-error::after { content: "!"; font-weight: bold; position: absolute; color: $red; font-size: large; left: -7px; bottom: -5px; } } .error-status { color: $red; &.error-status-selected { font-weight: bold; } &.error-status-hovered { font-weight: bold; background-color: $blue; } } .tree-element-text { @extend %noselect; position: relative; padding-right: 5px; &.error-status-selected { font-weight: bold; } } } } } } .software-product-attachments-separator { border: 1px solid $tlv-light-gray; height: 100%; width: 5px; cursor: e-resize; } .software-product-attachments-error-list { text-align: center; margin-top: 12px; display: flex; align-content: flex-start; flex-direction: column; padding-left: 70px; padding-right: 50px; overflow: auto; margin-bottom: 70px; .error-item { &.selected { background-color: $light-gray; } &.clicked { color: $blue; } &.shifted { margin-top: 20px; } text-align: left; .error-item-file-name { font-weight: bold; } .error-item-file-type { margin-right: 5px; &.strong { font-weight: bold; } &.ERROR { color: $red; } &.WARNING { color: $yellow; } } } .error-item:hover { cursor: default; background-color: $tlv-hover; } } }