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