Files
cartodb/app/assets/stylesheets/table/olark_widget.css.scss
2020-06-15 10:58:47 +08: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;
}