stylesheets/_iasd-widgets.scss in iasd-bootstrap-sass-1.6.2 vs stylesheets/_iasd-widgets.scss in iasd-bootstrap-sass-1.6.3

- old
+ new

@@ -2733,11 +2733,11 @@ } a.see-all-apps { display: block; padding: 5px 8px; - border: solid 1px $alt-text-color; + border: solid 1px #eee9e3; border-radius: 3px; line-height: 11px; font-size: 11px; text-align: center; text-transform: none; @@ -2842,10 +2842,15 @@ display: none; } } .iasd-highlight-apps-carousel { width: 100%; + .slider-item-highlight { + a { + border: 0px !important; + } + } } } a.see-all-apps { &.see-all-apps-highlights { @@ -2885,11 +2890,12 @@ .iasd-apps-portal { .iasd-widget{ margin-bottom: 40px; // Alterado de 50px para 40px WD a{ - color: white; + color: white !important; + font-size: 12px; } } .slider-item { a.iasd-app-card { h3 { @@ -2946,9 +2952,74 @@ width: 0px; } } } } + + .ios_icon { + position: relative; + margin-top: 20px; + float: left; + width: 40px; + &:after { + content: "\f179"; + font-family: FontAwesome; + font-size: 22px; + color: white; + top: 0px; + position: absolute; + display: block; + width: 10px; + height: 17px; + } + } + + .android_icon { + position: relative; + margin-top: 20px; + float: left; + width: 40px; + &:after { + content: "\f17b"; + font-family: FontAwesome; + font-size: 22px; + color: white; + top: 0px; + position: absolute; + display: block; + width: 10px; + height: 17px; + } + } + + .windows_icon { + position: relative; + margin-top: 20px; + float: left; + width: 40px; + &:after { + content: "\f17a"; + font-family: FontAwesome; + font-size: 22px; + color: white; + top: 0px; + position: absolute; + display: block; + width: 10px; + height: 17px; + } + } + .slider-item-highlight { + a.iasd-app-card { + &:hover { + border: 0px !important; + } + } + } + + .col-md-12-highlight{ + margin-bottom: 40px; + } }