Skip to Content

CSS File

URL: https://leadback.ru/css/chat.css?10338
HTTP Status: 200 OK
MIME Type: text/css
Last Modified: Wed, 03 Jun 2026 12:13:24 GMT
Download Time: Less than a second
Cookies: None
Size: 76 KB
Rules: 387 style rules
Imports: 0 stylesheets
HTTP Headers:  9 headers
Links In:  1 pages
OK Issues: No issues found

1@charset "UTF-8";

2.lb-grid--no-gutter:after, .lb-grid:after {

3 clear: both

4}

5

6.lb-chat-message a, .lb-chat-messages-item--faq-item > span {

7 text-decoration: underline

8}

9

10.lb-widget-chat {

11 -webkit-box-sizing: content-box;

12 box-sizing: content-box;

13 text-align: left

14}

15

16.lb-widget-chat *, .lb-widget-chat [type=email], .lb-widget-chat [type=tel], .lb-widget-chat [type=text], .lb-widget-chat textarea[rows] {

17 -webkit-box-sizing: inherit;

18 box-sizing: inherit;

19 font-family: Roboto, sans-serif;

20 font-style: normal;

21 text-transform: none;

22 letter-spacing: normal;

23 font-weight: 400;

24 border-radius: 0;

25 margin: auto;

26 padding: 0;

27 -webkit-box-shadow: none;

28 box-shadow: none;

29 background: 0 0;

30 color: inherit;

31 width: auto;

32 height: auto;

33 text-decoration: none;

34 border: none

35}

36

37.lb-button, .lb-chat-enter__button {

38 min-width: initial !important;

39 letter-spacing: initial !important

40}

...

</html>