@import "../globalCssVariables"; .icon-bar { display: flex; justify-content: space-evenly; align-items: center; height: 40px; width: 100%; flex-wrap: wrap; // font-size: 2em; } .icon-title { color: $light-color; text-transform: uppercase; padding: 5px; } .type-icon { height: 45px; width: 45px; color: $light-color; border-radius: 50%; display: flex; justify-content: center; align-items: center; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; font-size: 2em; // position: absolute; } // .ban-icon { // width: 50px; // height: 50px; // color: $alt-accent; // opacity: 0; // position: absolute; // float: right; // .fontawesome-icon { // height: 100%; // width: 100%; // } // } // .type-icon.selected.add { // background-color: $alt-accent; // opacity: 1; // } // .type-icon.selected.removed { // background-color: transparent; // opacity: .2; // } // .type-icon.not-selected { // background-color: transparent; // opacity: .6; // } .fontawesome-icon { height: 24px; width: 24px; } .filter-description{ text-transform: capitalize; } .type-icon:hover { transform: scale(1.1); background-color: $darker-alt-accent; opacity: 1; +.filter-description { opacity: 1; } } // .type-icon:hover { // transform: scale(1.1); // // background-color: $alt-accent; // opacity: 1; // +.filter-description { // opacity: 1; // } // } .type-outer { display: flex; flex-direction: column; align-items: center; width: 45px; height: 60px; // position: relative; } .filter-description { font-size: 10; text-align: center; height: 15px; margin-top: 5px; opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; }