# sequra/2.0.12/assets/css/widget.css

seQura, version 2.0.12. 11 lines.

- Page: https://pluginprobe.com/plugins/sequra/2.0.12/code/assets/css/widget.css
- Raw: https://pluginprobe.com/plugins/sequra/2.0.12/raw/assets/css/widget.css
- Modified: 2023-04-21T14:25:06+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/sequra/2.0.12/code/assets/css/widget.css#L10-L20`.

```css
/**Minimize jump due to height resize**/
.sequra-promotion-widget[data-type=text] {
	height: 20px;
 }
 .sequra-promotion-widget[data-type=banner] {
	height: 123px;
 }
 .sequra-promotion-widget[data-type=legacy] {
	height: 101px;
 }

```
