# sequra/3.1.1/assets/css/scss/widget.scss

seQura, version 3.1.1. 19 lines.

- Page: https://pluginprobe.com/plugins/sequra/3.1.1/code/assets/css/scss/widget.scss
- Raw: https://pluginprobe.com/plugins/sequra/3.1.1/raw/assets/css/scss/widget.scss
- Modified: 2024-10-29T15:19:22+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/3.1.1/code/assets/css/scss/widget.scss#L10-L20`.

```scss
.sequra-educational-popup {
    white-space: nowrap;
    cursor: pointer;
}

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

```
