cartodb-4.42/app/assets/stylesheets/table/olark_widget.css.scss
2024-04-06 05:25:13 +00:00

11 lines
178 B
SCSS

/*
* Olark widget style hack
* - It moves the widget to the middle
* of the screen.
*/
#habla_window_div {
left: 50% !important;
margin: 0 0 0 -115px !important;
}