Project

General

Profile

« Previous | Next » 

Revision 60869

[Graph | Trunk]: Add explore and cases section in home page

View differences:

home.component.css
65 65
.uk-list.target > li:nth-child(n+2) {
66 66
    margin-top: 10px;
67 67
}
68

  
69
.case {
70
    background-color: white;
71
    height: 250px;
72
    position: relative;
73
}
74

  
75
.case img {
76
    position: absolute;
77
    left: 50%;
78
    top: 50%;
79
    transform: translate(-50%, -50%);
80
    height: 150px;
81
}
82

  
83
.explore {
84
    background-color: #F9DBD1;
85
    --portal-main-color: var(--explore-color);
86
    --portal-dark-color: var(--explore-dark-color);
87
}

Also available in: Unified diff