Skip to Content

CSS File

URL: https://static.insales-cdn.com/assets/static-versioned/5.4/static/libs/cut-list/1.0.0/jquery.cut-list.css
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Mon, 23 Sep 2024 21:41:31 GMT
Download Time: Less than a second
Cookies: None
Size: 1 KB
Rules: 7 style rules
Imports: 0 stylesheets
HTTP Headers:  16 headers
Links In:  9 pages
OK Issues: No issues found

1.cut-list {display:flex;}

2.cut-list__elem {white-space:nowrap;}

3.cut-list__dropdown {position: relative;}

4.cut-list__drop-toggle{cursor: pointer; user-select: none;}

5.cut-list__more {

6 position: absolute;

7 top: 100%;

8 right: 0;

9 min-width: 150px;

10 padding: 0;

11 margin: 0;

12 text-align: left;

13 background-color: #fff;

14 border: 1px solid #ccc;

15 z-index: 100;

16 display: none;

17}

18

19.cut-list__more.is-top{

20 top: auto;

21 bottom: 100%;

22}

23

24.cut-list__more.is-left{

25 right: auto;

26 left: 0;

27}