ag-design 1.0.27 → 1.0.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/__merged__.css +2 -1
- package/index.css +1 -1
- package/mappage.css +1 -5
- package/package.json +1 -1
- package/webbuilder.css +1991 -0
package/mappage.css
CHANGED
|
@@ -1,7 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
body.body_propertymapsearch header{position:relative !important;width:100%!important;}
|
|
3
|
-
|
|
4
|
-
/*Mappage*/
|
|
1
|
+
/*Mappage*/
|
|
5
2
|
.property-headings{margin: 0 auto !important;width: calc(100% - 24px);padding: 1rem 0;}
|
|
6
3
|
.item-h:after{display:none!important;}
|
|
7
4
|
.item-onstxt{background: transparent;border: none;width: 100%;height: 100%;font-family: var(--s-f);font-size:13px;text-overflow: ellipsis;}
|
|
@@ -117,7 +114,6 @@ body.ReactModal__Body--open .search-property-quickview-overlay .alice-carousel__
|
|
|
117
114
|
body.ReactModal__Body--open .search-property-quickview-overlay .alice-carousel__next-btn{right: calc(50% - 45px) !important;}
|
|
118
115
|
|
|
119
116
|
.search-property-detailview .inline-detail li:last-child .aga-button{color: var(--c-99) !important;line-height: 38px;}
|
|
120
|
-
.search-property-detailview .detail-list .detail-block{background: rgb(255, 255, 255) !important;}
|
|
121
117
|
.search-property-detailview .nav label h3{font-size: var(--f-s-0) !important;}
|
|
122
118
|
|
|
123
119
|
.map-plugin > .aga-map-plugin section:first-child + section{overflow-y: visible !important;}
|