stylesheets/_iasd-widgets.scss in iasd-bootstrap-sass-1.6.3 vs stylesheets/_iasd-widgets.scss in iasd-bootstrap-sass-1.6.4
- old
+ new
@@ -2906,10 +2906,11 @@
width: 140px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: $theme-main-color; // alterado WDR.
+ height: 20px;
}
&:hover {
border: solid 1px $border-base !important;
}
.iasd-tag {
@@ -3019,9 +3020,30 @@
.col-md-12-highlight{
margin-bottom: 40px;
}
}
+
+@media (min-width: 1024px ) {
+ .iasd-widget-about-author {
+ .iasd-contact-info {
+ padding-right: 30px;
+ padding-left: 30px;
+ padding-bottom: 15px;
+ .iasd-author-info{
+ + .iasd-author-info {
+ margin-top: 7px;
+ padding-top: 15px;
+ border-top: solid 1px $border-base;
+ }
+ }
+ .contact-info-title {
+ height: 45px;
+
+ }
+ }
+ }
+}