summaryrefslogtreecommitdiffstats
path: root/openecomp-ui/resources/scss/modules/onboardingCatalog/_tile.scss
blob: fa513fb44dc1846f5ed749ea4f244a784aa32c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.tile {
    background-color: $white;
    margin: 9px;
    width: 204px;
    height: 200px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    border: 1px solid $tlv-light-gray;
    @include box-shadow(0.5px 0.8px 4px 0 rgba(24, 24, 25, 0.05));
    &:active {
        border: 1px solid $light-blue;
    }
}