PluginProbe
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites / 3.0.0
BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites v3.0.0
4.1.0 trunk 1.0.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.1.0 1.1.1 1.1.2 1.2.0 1.2.1 1.2.2 1.2.3 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 2.1.2 2.5.0 2.5.3 2.6.1 All 38 releases
blockspare / admin / assets / css / style.css

style.css in BlockSpare – Gutenberg Blocks for News, Magazine, Blog & Business Websites 3.0.0, at admin/assets/css/style.css

71 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .blockspare-notice {
2 display: flex;
3 position: relative;
4 border: none;
5 padding: 0;
6 }
7
8 .blockspare-notice .blockspare-notice__logo {
9 background: #fdf5ff;
10 padding: 15px 12px;
11 border-left: 4px solid;
12 border-image: linear-gradient(to bottom, #3B1A5B, #8b249c) 1 100%;
13 }
14
15 .blockspare-notice .blockspare-notice__logo svg {
16 width: 30px;
17 height: 30px;
18 }
19
20 .blockspare-notice .blockspare-logo .st0 {
21 fill:#3B1A5B;
22 }
23 .blockspare-notice .blockspare-logo .st1 {
24 fill:#8B249C;
25 }
26
27 .blockspare-notice .blockspare-notice__content {
28 flex: 1;
29 padding: 20px 50px 20px 10px;
30 }
31
32 .blockspare-notice .blockspare-notice__content h2{
33 margin-top: 0;
34 margin-inline-end: 15px;
35 }
36 .blockspare-notice .blockspare-notice__content .links{
37 display: flex;
38 flex-wrap: wrap;
39 gap: 10px;
40 }
41
42 .blockspare-notice .blockspare-notice-dismiss {
43 text-decoration: none;
44 }
45
46 .blockspare-notice .button-primary {
47 background-color: #8b249c;
48 border-color: #8b249c;
49 }
50 .blockspare-notice .button-primary:hover {
51 background-color: #3B1A5B;
52 border-color: #3B1A5B;
53 }
54 .blockspare-notice .button-secondary {
55 color: #8b249c;
56 border-color: #8b249c;
57 }
58
59 .blockspare-notice .button-secondary:hover {
60 color: #3B1A5B;
61 border-color: #3B1A5B;
62 }
63
64 .blockspare-pro-link {
65 color: #8b249c;
66 font-weight: bold;
67 }
68 .blockspare-pro-link:hover,
69 .blockspare-pro-link:focus {
70 color: #8b249c;
71 }