PluginProbe
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor / 2.0.11
Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor v2.0.11
2.0.13 2.0.12 2.0.11 2.0.10 2.0.9 trunk 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8
blockenberg / blocks / notification-feed / style.css

style.css in Blockenberg — 600+ Advanced Gutenberg Blocks & AI Agent for WordPress Block Editor 2.0.11, at blocks/notification-feed/style.css

83 lines 3.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .bkbg-notification-feed-wrap {
2 box-sizing: border-box;
3 font-family: inherit;
4 }
5
6 .bkbg-nf-heading {
7 margin: 0 0 16px;
8 font-family: var(--bkbg-nf-tt-font-family, inherit);
9 font-size: 1.25rem;
10 font-weight: 700;
11 line-height: 1.3;
12 }
13 .bkbg-notification-feed-wrap h3.bkbg-nf-heading,
14 .bkbg-notification-feed-wrap .bkbg-nf-heading {
15 font-family: var(--bkbg-nf-tt-font-family, inherit);
16 font-size: 1.25rem;
17 font-weight: 700;
18 line-height: 1.3;
19 }
20
21 .bkbg-nf-list {
22 overflow: hidden;
23 }
24
25 .bkbg-nf-item {
26 position: relative;
27 box-sizing: border-box;
28 }
29 .bkbg-nf-icon svg { width: 1em; height: 1em; fill: currentColor; }
30 .bkbg-nf-icon .dashicons { font-size: inherit; width: 1em; height: 1em; line-height: 1; }
31 .bkbg-nf-icon .bkbg-icon-img { width: 1em; height: 1em; object-fit: contain; }
32
33 .bkbg-nf-title {
34 font-family: var(--bkbg-nf-tt-font-family, inherit);
35 font-size: var(--bkbg-nf-tt-font-size-d, 15px);
36 font-weight: var(--bkbg-nf-tt-font-weight, 600);
37 font-style: var(--bkbg-nf-tt-font-style, normal);
38 text-decoration: var(--bkbg-nf-tt-text-decoration, none);
39 text-transform: var(--bkbg-nf-tt-text-transform, none);
40 line-height: var(--bkbg-nf-tt-line-height-d, 1.3);
41 letter-spacing: var(--bkbg-nf-tt-letter-spacing-d, normal);
42 word-spacing: var(--bkbg-nf-tt-word-spacing-d, normal);
43 }
44 .bkbg-nf-unread .bkbg-nf-title { font-weight: 700; }
45
46 .bkbg-nf-content {
47 flex: 1;
48 min-width: 0;
49 }
50
51 .bkbg-nf-body {
52 font-family: var(--bkbg-nf-bd-font-family, inherit);
53 font-size: var(--bkbg-nf-bd-font-size-d, 13px);
54 font-weight: var(--bkbg-nf-bd-font-weight, 400);
55 font-style: var(--bkbg-nf-bd-font-style, normal);
56 text-decoration: var(--bkbg-nf-bd-text-decoration, none);
57 text-transform: var(--bkbg-nf-bd-text-transform, none);
58 line-height: var(--bkbg-nf-bd-line-height-d, 1.5);
59 letter-spacing: var(--bkbg-nf-bd-letter-spacing-d, normal);
60 word-spacing: var(--bkbg-nf-bd-word-spacing-d, normal);
61 word-break: break-word;
62 }
63
64 @media (max-width: 767px) {
65 .bkbg-nf-title { font-size: var(--bkbg-nf-tt-font-size-m, var(--bkbg-nf-tt-font-size-d, 14px)); line-height: var(--bkbg-nf-tt-line-height-m, var(--bkbg-nf-tt-line-height-d, 1.3));letter-spacing:var(--bkbg-nf-tt-letter-spacing-m, var(--bkbg-nf-tt-letter-spacing-t, var(--bkbg-nf-tt-letter-spacing-d, normal)));word-spacing:var(--bkbg-nf-tt-word-spacing-m, var(--bkbg-nf-tt-word-spacing-t, var(--bkbg-nf-tt-word-spacing-d, normal)))}
66 .bkbg-nf-body { font-size: var(--bkbg-nf-bd-font-size-m, var(--bkbg-nf-bd-font-size-d, 12px)); line-height: var(--bkbg-nf-bd-line-height-m, var(--bkbg-nf-bd-line-height-d, 1.5));letter-spacing:var(--bkbg-nf-bd-letter-spacing-m, var(--bkbg-nf-bd-letter-spacing-t, var(--bkbg-nf-bd-letter-spacing-d, normal)));word-spacing:var(--bkbg-nf-bd-word-spacing-m, var(--bkbg-nf-bd-word-spacing-t, var(--bkbg-nf-bd-word-spacing-d, normal)))}
67 }
68
69 @media (max-width: 1024px) {
70 .bkbg-nf-title {
71 font-size: var(--bkbg-nf-tt-font-size-t, var(--bkbg-nf-tt-font-size-d, 15px));
72 line-height: var(--bkbg-nf-tt-line-height-t, var(--bkbg-nf-tt-line-height-d, 1.3));
73 letter-spacing: var(--bkbg-nf-tt-letter-spacing-t, var(--bkbg-nf-tt-letter-spacing-d, normal));
74 word-spacing: var(--bkbg-nf-tt-word-spacing-t, var(--bkbg-nf-tt-word-spacing-d, normal));
75 }
76 .bkbg-nf-body {
77 font-size: var(--bkbg-nf-bd-font-size-t, var(--bkbg-nf-bd-font-size-d, 13px));
78 line-height: var(--bkbg-nf-bd-line-height-t, var(--bkbg-nf-bd-line-height-d, 1.5));
79 letter-spacing: var(--bkbg-nf-bd-letter-spacing-t, var(--bkbg-nf-bd-letter-spacing-d, normal));
80 word-spacing: var(--bkbg-nf-bd-word-spacing-t, var(--bkbg-nf-bd-word-spacing-d, normal));
81 }
82 }
83